jrnl/tests/step_defs/test_features.py
Jonathan Wren b8c7a7c7e5 Add format tests to pytest-bdd
- Implement cache dir fixture and step
- Implement various steps to check the cache directory (files contained,
  etc)

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

17 lines
664 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")