jrnl/tests/step_defs/test_features.py
Jonathan Wren c500730ae6 Implement and add datetime tests
- 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>
2021-07-03 15:49:18 -07:00

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")