Commit graph

12 commits

Author SHA1 Message Date
Lance Edgar
f399e4d145 fix: deprecate config.rattail_engines in favor of appdb_engines 2024-08-19 14:14:06 -05:00
Lance Edgar
86d0380387 feat: refactor config/extension, session logic per wuttjamaican
this leverages wuttjamaican for a few more things perhaps, but mostly
this is to organize the code in a more logical way based on
conventions used in wuttjamaican.
2024-08-15 14:22:29 -05:00
Lance Edgar
08bb030a52 fix: avoid deprecated calls to administrator_role() 2024-07-16 17:45:38 -05:00
Lance Edgar
9fcbdb023c fix: refactor code so most things work without sqlalchemy
also refactor tests to help ensure that remains true
2024-07-04 10:35:04 -05:00
Lance Edgar
21311b17e2 fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
Lance Edgar
329d051d76 Assign extra import handler kwargs before loading the importers
e.g. for CORE importers which can target different DB and therefore
the set of importers must vary by DB
2024-05-08 13:35:06 -05:00
Lance Edgar
82df448ca0 Fix various tests per config changes 2024-04-19 18:12:56 -05:00
Lance Edgar
18e0d5ac96 Add wutta wrapper for short_session()
and several related tweaks for tests, docs
2023-11-20 14:50:15 -06:00
Lance Edgar
cac1afa9d8 Disable some tests, pending new mock
should fix someday..no time to do it today
2023-06-28 07:36:20 -05:00
Lance Edgar
c727ae4f97 Avoid deprecated import for OrderedDict 2023-05-18 18:12:45 -05:00
Lance Edgar
b43d2242a7 Fix importer tests, b/c timezone config is now required 2022-01-28 09:48:47 -06:00
Lance Edgar
3b00bd5b28 Move tests out of the installed package set
this seems to be better practice.  from what i can tell this is a
clean move with no breakage..  and built package files no longer seem
to include test modules
2021-12-30 21:03:23 -06:00