3
0
Fork 0
wuttaweb/tests
Lance Edgar 3af8e8aaf2 fix: flush session when creating new object via MasterView
whoops guess that got missed in the refactor.

this also adds our first functional test!  to reproduce the problem
since unit tests didn't catch it.  unfortunately i'm still missing
something about how the functional TestApp is supposed to work, in
conjunction with the test DB etc.  seems to be acting strangely with
regard to permission checks especially...
2025-12-28 22:48:36 -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: add CopyableTextWidget and <wutta-copyable-text> component 2025-12-28 15:16:27 -06:00
grids fix: use smarter default for grid.sort_multiple based on model class 2025-12-20 21:45:50 -06:00
libcache feat: add basic support for fanstatic / libcache 2024-08-06 22:33:54 -05:00
views fix: flush session when creating new object via MasterView 2025-12-28 22:48:36 -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 fix: add WebDiff class now that Diff lives in wuttjamaican 2025-12-20 19:48:07 -06: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