3
0
Fork 0
wuttaweb/tests
Lance Edgar 824889dfe0 fix: workaround error when 'fanstatic.needed' missing from environ
apparently the previous fix doesn't actually get us past the error;
this one should do a better job although it's still not perfect
either.  for some reason the redirect to 'home' route is confused such
that it the new URL drops the ending filename but the rest remains, so
it's not really the home URL..  oh well at least this is better than
before
2025-12-13 21:30:02 -06:00
..
cli fix: format all code with black 2025-08-31 12:26:43 -05:00
db fix: format all code with black 2025-08-31 12:26:43 -05:00
forms feat: basic support for displaying version history 2025-10-29 18:32:35 -05:00
grids feat: basic support for displaying version history 2025-10-29 18:32:35 -05:00
libcache feat: add basic support for fanstatic / libcache 2024-08-06 22:33:54 -05:00
views fix: add basic create_row() support, esp. for batch views 2025-12-04 22:57:12 -06:00
__init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_app.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_auth.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_diffs.py test: fix tests per latest change 2025-10-29 20:08:30 -05:00
test_emails.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_handler.py fix: workaround error when 'fanstatic.needed' missing from environ 2025-12-13 21:30:02 -06:00
test_helpers.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test_menus.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_progress.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_static.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_subscribers.py fix: workaround error when 'fanstatic.needed' missing from environ 2025-12-13 21:30:02 -06:00
test_util.py fix: fix 'duplicate-code' for pylint 2025-09-01 13:31:33 -05:00
util.py feat: basic support for displaying version history 2025-10-29 18:32:35 -05:00