3
0
Fork 0
wuttjamaican/tests
Lance Edgar c3efbfbf7b fix: ensure config has no app when constructor finishes
had to move `make_engine_from_config()` out of app handler and define
as a separate function, so that `get_engines()` did not need to
instantiate the app handler.  because if it did, then config
extensions would lose the ability to set a default app handler - er,
they could do it but it would be ignored
2024-07-04 06:21:38 -05:00
..
cmd Add date-organize subcommand 2023-11-22 12:26:27 -06:00
db fix: ensure config has no app when constructor finishes 2024-07-04 06:21:38 -05:00
__init__.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
test_app.py fix: ensure config has no app when constructor finishes 2024-07-04 06:21:38 -05:00
test_conf.py fix: ensure config has no app when constructor finishes 2024-07-04 06:21:38 -05:00
test_util.py fix: fallback to importlib_metadata when loading entry points 2024-06-14 17:27:22 -05:00