3
0
Fork 0
wuttjamaican/tests
Lance Edgar 1bfab90d35 fix: set global default sender to root@localhost
having no default (hence error) was just too ugly
2025-01-09 18:02:50 -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-templates fix: move email stuff from subpackage to module 2024-12-19 18:34:31 -06:00
__init__.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
test_app.py fix: add make_full_name() function, app handler method 2025-01-06 16:36:27 -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 fix: add get_effective_rows() method for batch handler 2025-01-06 16:36:47 -06:00
test_conf.py fix: force interpolation of %(here)s, %(__file__)s in config files 2024-12-18 13:43:19 -06:00
test_email.py fix: set global default sender to root@localhost 2025-01-09 18:02:50 -06:00
test_install.py fix: update post-install webapp command suggestion 2025-01-06 16:35:59 -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 fix: add make_full_name() function, app handler method 2025-01-06 16:36:27 -06:00