mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Fix failure to import into directory journal (#1314)
* Re-enable failing directory journal import tests * Appropriately track journal name and modified entries in FolderJournal when importing * Run make format
This commit is contained in:
parent
08350b884b
commit
7109374d42
3 changed files with 14 additions and 10 deletions
|
@ -11,7 +11,7 @@ Feature: Importing data
|
|||
| config_file |
|
||||
| basic_onefile.yaml |
|
||||
| basic_encrypted.yaml |
|
||||
# | basic_folder.yaml | @todo
|
||||
| basic_folder.yaml |
|
||||
# | basic_dayone.yaml | @todo
|
||||
|
||||
Scenario Outline: --import allows new large entry from stdin
|
||||
|
@ -34,7 +34,7 @@ Feature: Importing data
|
|||
| config_file |
|
||||
| basic_onefile.yaml |
|
||||
| basic_encrypted.yaml |
|
||||
# | basic_folder.yaml | @todo
|
||||
| basic_folder.yaml |
|
||||
# | basic_dayone.yaml | @todo
|
||||
|
||||
Scenario Outline: --import allows multiple new entries from stdin
|
||||
|
@ -56,7 +56,7 @@ Feature: Importing data
|
|||
| config_file |
|
||||
| basic_onefile.yaml |
|
||||
| basic_encrypted.yaml |
|
||||
# | basic_folder.yaml | @todo
|
||||
| basic_folder.yaml |
|
||||
# | basic_dayone.yaml | @todo
|
||||
|
||||
Scenario: --import allows import new entries from file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue