summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-07-30Update tzlocal to v4.x and remove pytz dependency (#1528)outa
2022-07-30Add linewrap option 'auto' (#1507)Jonathan van der Steege
2022-07-16Check for duplicate keys in config file (#1511)Jonathan van der Steege
2022-06-25Add and run `isort` on Python files (#1520)Jonathan Wren
2022-06-25Add bdd tests for jrnl installation (#1513)Kevin
2022-06-18Implement Tox for testing (#1504)Jonathan Wren
2022-06-18Update copyright year (#1502)Jonathan Wren
2022-06-11Rework how all output and messaging works in jrnl (#1475)Jonathan Wren
2022-06-04Fixed error related to display_format in config file for some values (#1495)Kevin
2022-06-04Create folder if config ends with (back)slash (#1492)Jonathan van der Steege
2022-06-04-not search parameter doesn't open editor (#1490)Kevin
2022-05-21Prompt for password change when using 'jrnl --encrypt' on already encrypted j...Jonathan van der Steege
2022-05-21Always expand all paths (journals, templates, etc) (#1468)Kevin
2022-05-21Implement --change-time flag (#1452)Richard Schneider
2022-05-07Fixed -not option with no arguments bug (#1466)Kevin
2022-05-07Give a proper message when trying to use an empty config file (#1461)Jonathan van der Steege
2022-05-07Yaml export errors now don't show stack trace (#1449)Kevin
2022-04-30Display "No entry to save, because no text was received" after empty entry on...Kevin
2022-03-26Remove sample format and its asteval dependency (#1436)Micah Jerome Ellison
2022-03-19Reformat additional messages and finish centralizing exception handling (#1424)Jonathan Wren
2022-03-12Replace PyYAML with ruamel.yaml (#1416)Micah Jerome Ellison
2022-03-12Fix tests for daylight savings (#1423)Jonathan Wren
2022-03-12Reformat messages and add new centralized exception handling (#1417)Jonathan Wren
2022-02-05Add --co alias for --config-override (#1397)Micah Jerome Ellison
2022-02-05Bump black from 21.12b0 to 22.1.0 (#1404)dependabot[bot]
2022-01-15Unskip some tests (#1399)Jonathan Wren
2021-12-11Improve handling of mocking logic in pytest (#1382)Jonathan Wren
2021-11-20Add added option to _print_edited_summary (#1366)Piero Lescano
2021-11-06Add --config-file argument to use alternate config file at runtime (#1290)samuelgregorovic
2021-11-06Support pytest-bdd 5.x (#1365)Ben Beasley
2021-10-09Add more steps to `pytest`, fully remove `behave` (#1347)Jonathan Wren
2021-10-02Move remaining tests from behave to pytest (#1346)Jonathan Wren
2021-08-28Fix deletion of entries on folder journal through `--delete` flag (#1328)Micah Jerome Ellison
2021-08-21Warn when DayOne/directory journals have encrypt: true in config (#1325)Micah Jerome Ellison
2021-08-21Allow emoji in config file in Windows by always opening it as unicode (#1313)Micah Jerome Ellison
2021-08-21Fix failure to import into directory journal (#1314)Micah Jerome Ellison
2021-08-21Display error when trying to encrypt folder/DayOne journal types (#1315)Micah Jerome Ellison
2021-07-03remove old commentJonathan Wren
2021-07-03add actual lib directory even though it's in gitignore for some reasonJonathan Wren
2021-07-03move some files around because pytest is being weirdJonathan Wren
2021-07-03Replace pyflakes with flake8 for lintingJonathan Wren
2021-07-03Move pytest-bdd code into separate filesJonathan Wren
2021-07-03Implement ExitStack to handle mocks in pytest-bddMicah Jerome Ellison
2021-07-03Cleanup last few testsJonathan Wren
2021-07-03Rewrite config checking steps in pytest-bddJonathan Wren
2021-07-03Clarify and cleanup testsJonathan Wren
2021-07-03Implement stream redirection in pytest-bddJonathan Wren
2021-07-03Implement test to check editor temporary filenameMicah Jerome Ellison
2021-07-03Implement directory changing and relative directory testMicah Jerome Ellison
2021-07-03Implement journal existence checkMicah Jerome Ellison