jrnl/tests/unit
Jonathan Wren 09c04aa5de Update and modularize exception handling
cc #1024 #1141

- Stack traces are no longer shown to users unless the --debug flag is
  being used
- Errors, warnings, and other messages contain color as needed
- Converted error messages to Enum
- Adds print_msg function to centralize output (this should replace all
  other output in other modules)

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2022-02-05 16:05:43 -08:00
..
test_color.py Replace pyflakes with flake8 for linting 2021-07-03 15:49:18 -07:00
test_config_file.py Add --config-file argument to use alternate config file at runtime (#1290) 2021-11-06 14:12:34 -07:00
test_display.py Replace pyflakes with flake8 for linting 2021-07-03 15:49:18 -07:00
test_exception.py Update and modularize exception handling 2022-02-05 16:05:43 -08:00
test_export.py Update and modularize exception handling 2022-02-05 16:05:43 -08:00
test_install.py Replace pyflakes with flake8 for linting 2021-07-03 15:49:18 -07:00
test_os_compat.py Replace pyflakes with flake8 for linting 2021-07-03 15:49:18 -07:00
test_override.py Add more steps to pytest, fully remove behave (#1347) 2021-10-09 12:10:08 -07:00
test_parse_args.py Add --config-file argument to use alternate config file at runtime (#1290) 2021-11-06 14:12:34 -07:00
test_time.py Implement datetime handling in pytest-bdd 2021-07-03 15:49:18 -07:00