topen/test
Marty Oehme 1ea149c1de
fix: Ensure quiet is a flag on the cli
We regressed quiet into requiring a value to be set as a cli option
(`--quiet=true`) instead of just functioning as a flag (`--quiet`). This
change restores the previous interface on the command line,
and adds a test to ensure no regressions.
2025-11-29 21:10:12 +01:00
..
__init__.py test: Add simple pytest harness 2025-11-28 23:08:16 +01:00
conftest.py test: Restructure test files 2025-11-29 21:10:09 +01:00
test_configuration.py test: Restructure test files 2025-11-29 21:10:09 +01:00
test_parse_cli.py fix: Ensure quiet is a flag on the cli 2025-11-29 21:10:12 +01:00
test_parse_env.py test: Restructure test files 2025-11-29 21:10:09 +01:00
test_parse_rc.py test: Restructure test files 2025-11-29 21:10:09 +01:00