jrnl/tests/step_defs/test_features.py
Micah Jerome Ellison 8754837f15 Add some functioning delete tests
Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
2021-07-03 15:49:18 -07:00

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