Aaron Lichtman
9701401946
Fix test?
2019-11-18 14:51:41 +01:00
Aaron Lichtman
0aee900ffc
Fix test?
2019-11-17 01:54:49 +01:00
Aaron Lichtman
fce60a364f
Remove extra debug line
2019-11-17 01:49:58 +01:00
Aaron Lichtman
455261c55e
Add test for empty stdin input
2019-11-17 01:49:46 +01:00
Aaron Lichtman
59a6aa3cfd
Remove extraneous code
2019-11-16 14:54:03 +01:00
Aaron Lichtman
b1c7deb9b9
Clean up debug statements
2019-11-16 14:52:19 +01:00
Aaron Lichtman
bca12b4b16
Fix test?
2019-11-16 14:46:34 +01:00
Aaron Lichtman
c23efa7f80
Fix test?
2019-11-16 14:42:39 +01:00
Aaron Lichtman
8d22283b93
Update features/steps/core.py
...
Co-Authored-By: pspeter <peter.schmidb@gmail.com>
2019-11-16 14:35:50 +01:00
Aaron Lichtman
7dcc91431e
Add debug statements
2019-11-16 14:16:36 +01:00
Aaron Lichtman
e63ae25433
Add return from mock function
2019-11-16 14:07:39 +01:00
Aaron Lichtman
68772d3afe
Update features/steps/core.py
...
Co-Authored-By: pspeter <peter.schmidb@gmail.com>
2019-11-16 13:51:55 +01:00
Aaron Lichtman
9b0ebb7d84
Add _mock_editor_function
2019-11-16 13:42:30 +01:00
Aaron Lichtman
ccb55392dd
Check message on stderr and patch subprocess.call
2019-11-16 13:18:14 +01:00
Aaron Lichtman
c0a1c171f1
Fix check_empty_output method
2019-11-16 13:06:04 +01:00
Aaron Lichtman
ac21a4facb
Merge branch 'master' into exit-after-no-text-entry
2019-11-15 09:34:50 +01:00
Aaron Lichtman
f0e5fe9653
Use native mocking
2019-11-15 09:33:47 +01:00
Aaron Lichtman
7a90f4076d
Add test for aborting jrnl entry from editor
2019-11-15 09:27:01 +01:00
Peter Schmidbauer
34f8f858f1
remove py2 remnants and use mocks in tests
2019-10-31 21:16:19 +01:00
Jonathan Wren
bcfd2d4b43
Fix issue #584 YAMLLoadWarning ( #585 )
2019-04-14 09:47:31 -07:00
Manuel Ebert
4b3dc38e05
Template exporting FTW
2016-08-19 23:20:31 +00:00
Manuel Ebert
b3f5c092de
Fix Keyring tests
2016-08-19 21:43:27 +00:00
Manuel Ebert
ea6060d75c
Fix that goddamn timezone test
2015-04-21 16:34:27 +02:00
Manuel Ebert
eb0af8f47c
Fix for #322
2015-04-21 15:49:27 +02:00
Manuel Ebert
bdfe588a01
Fix test arg parsing
2015-04-20 14:12:34 +02:00
Manuel Ebert
b41b5d3376
Tests for parsing issue fix
2015-04-05 18:38:37 +02:00
Manuel Ebert
c720c15787
More encoding madness
2015-04-05 06:38:38 +04:00
Manuel Ebert
f459dd5bc2
Tests for #333
2015-04-05 03:27:09 +04:00
Manuel Ebert
dd79639095
Hardcoded salt to fix crypto
2015-04-04 17:50:44 +11:00
Manuel Ebert
359eabd56d
Work on cryptography
2014-09-27 13:15:46 -07:00
Manuel Ebert
be009b08b4
Converts tests to YAML
2014-09-12 15:28:12 -07:00
Matthias Vogelgesang
044accff6d
Fix failing behave tests
2014-09-12 14:27:34 -07:00
Manuel Ebert
cbab596b43
Fixes config tests
2014-09-12 14:22:45 -07:00
Matthias Vogelgesang
b77a579ab5
Use PyXDG to save config and journal in XDG dirs
...
This change also hides the CONFIG_PATH state information entirely within
the install module. Therefore, the cli module does not have to care about
checking existence of files and paths.
2014-09-12 14:20:05 -07: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