2
0
Fork 0
wuttjamaican/tests/db
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
..
__init__.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
test_conf.py fix: ensure config has no app when constructor finishes 2024-07-04 06:21:38 -05:00
test_sess.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00