jrnl/features/data
Greg Bodnar 623fa6c307 Create encrypted journal
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.
2020-04-10 11:51:55 -07:00
..
configs Create encrypted journal 2020-04-10 11:51:55 -07:00
journals #631 Escape data in square brackets 2020-04-10 11:51:55 -07:00
templates Template exporting FTW 2016-08-19 23:20:31 +00:00