mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
- 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>
3 lines
72 B
Python
3 lines
72 B
Python
from pytest_bdd import scenarios
|
|
|
|
scenarios("../features/core.feature")
|