3
0
Fork 0
wuttaweb/tests/views
Lance Edgar ecb1dce590 fix: improve support for composite model_key in MasterView
in particular, had a table (Catapult) with composite primary key,
where both prop keys are named differently than columns.

this also splits out the route kwargs logic for action urls, because
of another situation where i wanted to use non-primary field as model
key, but it also needed to be stripped of whitespace.  this allows for
such an override but in the end i did not pursue that method and just
wound up using default model key anyway..
2025-01-14 11:51:03 -06:00
..
__init__.py feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
test___init__.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_auth.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_base.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_batch.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_common.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_email.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_essential.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_master.py fix: improve support for composite model_key in MasterView 2025-01-14 11:51:03 -06:00
test_people.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_progress.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_reports.py tests: fix grid data test for report view 2025-01-11 23:55:40 -06:00
test_roles.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_settings.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_upgrades.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00
test_users.py tests: move WebTestCase to wuttaweb.testing module 2025-01-06 16:47:48 -06:00