mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
add encrypted to tests
This commit is contained in:
parent
e6a36a9c0a
commit
85a759ebba
1 changed files with 16 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue