Commit graph

26 commits

Author SHA1 Message Date
Radomír Bosák
0ec54f5656 Fix failing behave tests
The keyring package broke backward compatibility in version 8.0 by
moving some keyring backends to another package, keyrings.alt, as
documented in the changelog [1].

This change broke behave tests which were trying to use
keyring.backends.file.PlaintextKeyring - no longer existing in keyring
package.

This commit adds the keyrings.alt package as dependency so that the
PlaintextKeyring class can be used.

[1] https://pythonhosted.org/keyring/history.html#id22
2016-12-17 21:38:31 +01:00
Manuel Ebert
0f754f97c1 Tests for writing non-unicode entries on prompt 2014-11-06 11:30:06 +01:00
Manuel Ebert
5b5c7cb6e8 Timezone parsing fix 2014-10-21 18:28:03 +02:00
Manuel Ebert
41d093cc19 Tests for date parsing and -on 2014-07-21 13:30:36 +09:00
William Minchin
ca7a804b09 Convert from local util.get_local_timezone() to tzlocal.get_localzone()
one side effect is that a `pytz` object is returned rather than a
string, and so conversion to a string must be done explicitly at run
time where needed.
2014-01-29 09:57:15 -07:00
Manuel Ebert
6c51374f08 More unicode support 2014-01-23 15:14:20 +01:00
Manuel Ebert
1c7f0b351d Tests for new structure 2013-11-29 10:23:16 -08:00
Manuel Ebert
9c6db60cc4 Tests for starring 2013-11-03 20:02:28 -08:00
Manuel Ebert
7aa252c0ab User plain text keyring for testing 2013-10-20 13:30:42 -07:00
Manuel Ebert
ed66d76db2 Tests for storing password in keychain 2013-10-17 16:26:49 -07:00
Manuel Ebert
3d49937335 Better checking for failed runs 2013-08-28 12:36:00 -07:00
Manuel Ebert
a7afed7c8b Tests for error messages on empty directories 2013-08-28 12:18:58 -07:00
Manuel Ebert
81e8e26b0a Tests for parsing DayOne entries without Timezone 2013-08-17 13:19:54 -07:00
Manuel Ebert
575026b51d Some testing goodies 2013-08-17 12:18:48 -07:00
Manuel Ebert
ad98031c7f Adds regression test for #87 2013-08-14 14:00:42 -07:00
Manuel Ebert
ff0b85e28b Better tests for exporting to json 2013-08-06 18:10:42 -07:00
Manuel Ebert
3ef6095b41 Tests for filtering 2013-08-06 17:57:31 -07:00
Manuel Ebert
bf69e0042e Fixes encryption tests 2013-07-22 21:24:25 +02:00
Manuel Ebert
b1266dcc4e Tests for encryption 2013-07-22 20:08:53 +02:00
Manuel Ebert
0b7b88dcf0 Tests for using stderr prompts 2013-07-22 12:04:32 +02:00
Manuel Ebert
91638fd429 Tests for multiple journals 2013-07-22 10:11:37 +02:00
Manuel Ebert
7f680f6260 Python 3 compatibility for tests 2013-07-19 13:09:33 +02:00
Manuel Ebert
608cc04897 Better Python2.6 compatibility 2013-07-19 13:03:27 +02:00
Manuel Ebert
6abd7d5b68 Mock stdin 2013-07-19 12:44:39 +02:00
Manuel Ebert
6521d55a2b Tests for writing entries from the command line 2013-07-19 11:36:39 +02:00
Manuel Ebert
783603fb1c Core testing 2013-07-18 22:49:22 +02:00