3
0
Fork 0
wuttaweb/tests
Lance Edgar 75b8de7ce3 fix: workaround error when 'fanstatic.needed' missing from environ
what i've seen in the wild seems to be caused by a crawler trying to
fetch non-minified JS files, when the fanstatic resource library only
includes minified JS files.  still not sure why that would cause the
specific error but oh well, this hopefully "solves" for now
2025-12-13 20:37:53 -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 20:37:53 -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: fix 'protected-access' for pylint 2025-09-01 10:34:08 -05: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