topen/test
Marty Oehme e50fc9444a
test: Restructure test files
Extract the individual parsing tests (cli, env, rc) and add additional
configuration test file (TConf and config builder).

To extract the fixtures they have to go into an additional 'conftest.py'
file for pytest to recognize and automatically import them, see:
https://docs.pytest.org/en/stable/reference/fixtures.html#conftest-py-sharing-fixtures-across-multiple-files

and:
https://docs.pytest.org/en/stable/how-to/fixtures.html#using-fixtures-from-other-projects
2025-11-29 21:10:09 +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 test: Restructure test files 2025-11-29 21:10:09 +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