add encrypted to tests

This commit is contained in:
Jonathan Wren 2023-03-04 14:31:19 -08:00
parent e6a36a9c0a
commit 85a759ebba
No known key found for this signature in database

View file

@ -23,6 +23,7 @@ Feature: Test combinations of edit, change-time, and delete
| config_file |
| basic_onefile.yaml |
| basic_folder.yaml |
| basic_encrypted.yaml |
# | basic_dayone.yaml | @todo
Scenario Outline: --delete with --edit deletes selected entries
@ -48,6 +49,7 @@ Feature: Test combinations of edit, change-time, and delete
| config_file |
| basic_onefile.yaml |
| basic_folder.yaml |
| basic_encrypted.yaml |
# | basic_dayone.yaml | @todo
Scenario Outline: --change-time with --delete affects appropriate entries
@ -73,6 +75,7 @@ Feature: Test combinations of edit, change-time, and delete
| config_file |
| basic_onefile.yaml |
| basic_folder.yaml |
| basic_encrypted.yaml |
# | basic_dayone.yaml | @todo
Scenario Outline: Combining --change-time and --delete and --edit affects appropriate entries
@ -101,4 +104,5 @@ Feature: Test combinations of edit, change-time, and delete
| config_file |
| basic_onefile.yaml |
| basic_folder.yaml |
| basic_encrypted.yaml |
# | basic_dayone.yaml | @todo