topen/test
Marty Oehme ff0e6cccfb
fix: Correctly parse boolean config options set to false
Previously, when parsing config options that were set to 'false',
e.g. `TOPEN_NOTES_QUIET=false` in the env vars,
we would still be setting it to true.

This change fixes any falsy value to be correctly parsed as False.
2025-11-29 12:29:34 +01:00
..
__init__.py test: Add simple pytest harness 2025-11-28 23:08:16 +01:00
test_configuration.py fix: Correctly parse boolean config options set to false 2025-11-29 12:29:34 +01:00