jrnl/tests/step_defs/test_features.py
Jonathan Wren 61c359c003 Install pytest-bdd (which will eventually replace behave)
- Copy over the current tests from behave into the new directory that
  pytest-bdd will use them in

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2021-07-03 15:43:16 -07:00

3 lines
72 B
Python

from pytest_bdd import scenarios
scenarios("../features/core.feature")