3
0
Fork 0
wuttjamaican/tests
Lance Edgar a514d9cfba feat: add basic batch feature, data model and partial handler
hopefully data model is complete enough for now, but handler does not
yet have all methods, e.g. execute()
2024-12-15 00:45:07 -06:00
..
cli fix: add command for wutta make-appdir 2024-12-08 19:33:06 -06:00
db feat: add basic batch feature, data model and partial handler 2024-12-15 00:45:07 -06:00
email test: skip some tests if mako not installed 2024-08-26 14:34:35 -05:00
__init__.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
test_app.py feat: add basic db handler, for tracking counter values 2024-12-15 00:45:05 -06:00
test_auth.py feat: convert all uuid fields from str to proper UUID 2024-12-07 23:45:47 -06:00
test_batch.py feat: add basic batch feature, data model and partial handler 2024-12-15 00:45:07 -06:00
test_conf.py feat: add parse_bool() and parse_list() methods for config object 2024-11-23 15:33:00 -06:00
test_install.py test: fix installer test to avoid actually doing anything 2024-11-30 16:05:38 -06:00
test_people.py fix: add common DataTestCase for use in other packages 2024-08-27 19:11:26 -05:00
test_progress.py feat: add basic support for progress indicators 2024-08-24 17:19:50 -05:00
test_util.py feat: add util.resource_path() function 2024-08-26 10:12:52 -05:00