mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Re-enable failing folder/DayOne tests
This commit is contained in:
parent
c52e878c01
commit
0ee8179103
1 changed files with 18 additions and 18 deletions
|
@ -17,8 +17,8 @@ Feature: Delete entries from journal
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
| basic_encrypted.yaml |
|
| basic_encrypted.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Backing out of interactive delete does not change journal
|
Scenario Outline: Backing out of interactive delete does not change journal
|
||||||
|
@ -66,8 +66,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with multiple tags deletes all entries matching any of the tags
|
Scenario Outline: Delete flag with multiple tags deletes all entries matching any of the tags
|
||||||
|
@ -82,8 +82,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with -and deletes boolean AND of tagged entries
|
Scenario Outline: Delete flag with -and deletes boolean AND of tagged entries
|
||||||
|
@ -98,8 +98,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with -not does not delete entries from given tag
|
Scenario Outline: Delete flag with -not does not delete entries from given tag
|
||||||
|
@ -114,8 +114,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with -from search operator only deletes entries since that date
|
Scenario Outline: Delete flag with -from search operator only deletes entries since that date
|
||||||
|
@ -130,8 +130,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with -to only deletes entries up to specified date
|
Scenario Outline: Delete flag with -to only deletes entries up to specified date
|
||||||
|
@ -146,8 +146,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with -starred only deletes starred entries
|
Scenario Outline: Delete flag with -starred only deletes starred entries
|
||||||
|
@ -162,8 +162,8 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Delete flag with -contains only entries containing expression
|
Scenario Outline: Delete flag with -contains only entries containing expression
|
||||||
|
@ -178,5 +178,5 @@ Feature: Delete entries from journal
|
||||||
Examples: Configs
|
Examples: Configs
|
||||||
| config_file |
|
| config_file |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
# | basic_folder.yaml | @todo
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
Loading…
Add table
Reference in a new issue