mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
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>
This commit is contained in:
parent
ace6b8004c
commit
1390493a29
177 changed files with 5065 additions and 340 deletions
3
tests/step_defs/test_features.py
Normal file
3
tests/step_defs/test_features.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from pytest_bdd import scenarios
|
||||
|
||||
scenarios("../features/core.feature")
|
Loading…
Add table
Add a link
Reference in a new issue