jrnl/features
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
..
data Create encrypted journal 2020-04-10 11:51:55 -07:00
steps Fix issue #584 YAMLLoadWarning (#585) 2020-04-10 11:51:55 -07:00
core.feature Split tests 2015-04-20 14:13:34 +02:00
encryption.feature Introduce legacy classes 2015-04-05 07:25:22 +10:00
environment.py Tests for new structure 2013-11-29 10:23:16 -08:00
exporting.feature #5 Removing DayOne tests 2020-04-10 11:51:55 -07:00
multiple_journals.feature Create encrypted journal 2020-04-10 11:51:55 -07:00
regression.feature #631 Escape data in square brackets 2020-04-10 11:51:55 -07:00
starring.feature Update all tests to new time format 2015-04-05 03:25:39 +04:00
tagging.feature Converts tests to YAML 2014-09-12 15:28:12 -07:00