2
0
Fork 0
wuttjamaican/tests
Lance Edgar a25712ef54 fix: let config class specify default app handler, engine maker
this avoids the need for a config subclass to use `setdefault()` hacks
to specify default app handler for instance, since that approach must
compete with config extensions who also may wish to do that.

similar concept for the engine maker; notably the rattail project
needs to override this function somewhat and we need a way to allow
for that without (re-)introducing the app handler here.
2024-07-04 07:24:07 -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: let config class specify default app handler, engine maker 2024-07-04 07:24:07 -05:00
test_util.py fix: fallback to importlib_metadata when loading entry points 2024-06-14 17:27:22 -05:00