jrnl/tests
Suhas dd74b14d76
More graceful handling of low linewrap values (#1219)
* behavior outline

* enforce positive initial linewrap

Check column widths

update gitignore

throw error when linewrap too small

simply check for large enough linewrap value

* delete unused error message

* PR feedback

make exception more informative

update check_linewrap signature in src and test

make check_linewrap a free function

* delete unused function

* delete else..pass block

* newline for make format
2021-04-10 16:49:56 -07:00
..
test_color.py Fix bug that prevented --format pretty and --format short from working (#1177) 2021-03-06 10:47:03 -08:00
test_display.py Fix bug that prevented --format pretty and --format short from working (#1177) 2021-03-06 10:47:03 -08:00
test_exception.py Notify user when config directory can't be created because there is already a file with the same name (#1134) 2021-01-02 15:19:44 -08:00
test_export.py More graceful handling of low linewrap values (#1219) 2021-04-10 16:49:56 -07:00
test_install.py Check for readline module instead of Windows when initializing autocomplete in install (#1104) 2020-12-04 15:13:38 -08:00
test_os_compat.py Fix OS compatibility issues for editors with spaces, slashes, and quotes (#1153) 2021-01-16 15:19:11 -08:00
test_override.py Allow runtime configuration overrides from the commandline (#1169) 2021-03-02 18:47:57 -08:00
test_parse_args.py Allow runtime configuration overrides from the commandline (#1169) 2021-03-02 18:47:57 -08:00
test_time.py Update dependencies - pyxdg, pytest, black (#1076) 2020-11-14 12:42:34 -08:00