mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add failing test for configuring an encrypted journal Overload open for EncryptedJournal This avoids the execution path that calls EncryptedJournal._create() without a password parameter. It results in duplication of code that requests and stores a password, which should be factored out in a subsequent change. Modify test to test for returned strings The entered string for the password is not being used by the test and I don't understand why. Use util wrapper for getpass This allows for tests to run without prompting for user input.
19 lines
452 B
YAML
19 lines
452 B
YAML
default_hour: 9
|
|
default_minute: 0
|
|
editor: ''
|
|
encrypt: false
|
|
highlight: true
|
|
template: false
|
|
journals:
|
|
default: features/journals/simple.journal
|
|
ideas: features/journals/nothing.journal
|
|
simple: features/journals/simple.journal
|
|
work: features/journals/work.journal
|
|
new_encrypted:
|
|
encrypt: true
|
|
journal: features/journals/new_encrypted.journal
|
|
linewrap: 80
|
|
password: ''
|
|
tagsymbols: '@'
|
|
timeformat: '%Y-%m-%d %H:%M'
|
|
indent_character: "|"
|