mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
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>
This commit is contained in:
parent
7657bd7221
commit
c500730ae6
4 changed files with 36 additions and 160 deletions
|
@ -2,7 +2,7 @@ from pytest_bdd import scenarios
|
|||
|
||||
scenarios("../features/build.feature")
|
||||
scenarios("../features/core.feature")
|
||||
# scenarios("../features/datetime.feature")
|
||||
scenarios("../features/datetime.feature")
|
||||
# scenarios("../features/delete.feature")
|
||||
# scenarios("../features/encrypt.feature")
|
||||
# scenarios("../features/file_storage.feature")
|
||||
|
@ -15,5 +15,3 @@ scenarios("../features/core.feature")
|
|||
# scenarios("../features/tag.feature")
|
||||
# scenarios("../features/upgrade.feature")
|
||||
# scenarios("../features/write.feature")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue