mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
- Deletes most of the datetime tests so that they can be re-added as they are implemented in pytest-bdd - Implements steps that check the journal and output for strings - Get rid of deployment tag (we're not using it, anyway) Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
17 lines
672 B
Python
17 lines
672 B
Python
from pytest_bdd import scenarios
|
|
|
|
scenarios("../features/build.feature")
|
|
scenarios("../features/core.feature")
|
|
scenarios("../features/datetime.feature")
|
|
# scenarios("../features/delete.feature")
|
|
# scenarios("../features/encrypt.feature")
|
|
# scenarios("../features/file_storage.feature")
|
|
# scenarios("../features/format.feature")
|
|
# scenarios("../features/import.feature")
|
|
# scenarios("../features/multiple_journals.feature")
|
|
# scenarios("../features/password.feature")
|
|
# scenarios("../features/search.feature")
|
|
# scenarios("../features/star.feature")
|
|
# scenarios("../features/tag.feature")
|
|
# scenarios("../features/upgrade.feature")
|
|
# scenarios("../features/write.feature")
|