3
0
Fork 0
wuttaweb/tests/views
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
..
__init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test___init__.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_alembic.py feat: add support for Create Alembic Migration 2025-12-28 15:16:27 -06:00
test_auth.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_base.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_batch.py fix: add basic create_row() support, esp. for batch views 2025-12-04 22:57:12 -06:00
test_common.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_email.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_essential.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_master.py fix: rename form-saving methods etc. for consistency in MasterView 2025-12-28 15:16:27 -06:00
test_people.py fix: fix 'unnecessary-lambda' and 'unnecessary-lambda-assignment' for pylint 2025-09-01 09:42:55 -05:00
test_progress.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_reports.py fix: format all code with black 2025-08-31 12:26:43 -05:00
test_roles.py fix: fix 'unnecessary-lambda' and 'unnecessary-lambda-assignment' for pylint 2025-09-01 09:42:55 -05:00
test_settings.py test: skip unsupported test for python 3.8 2025-12-17 10:46:02 -06:00
test_tables.py feat: add "wizard" for creating new table/model/revision 2025-12-28 15:16:27 -06:00
test_upgrades.py test: remove references to deprecated mkdir() 2025-08-31 20:43:41 -05:00
test_users.py fix: flush session when creating new object via MasterView 2025-12-28 22:48:36 -06:00