feat: Update test configurations and add smoke tests for named view routes

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ross
2026-04-30 22:35:11 +01:00
co-authored by Copilot
parent d12933e62a
commit 26a73d1d3b
5 changed files with 179 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[pytest]
DJANGO_SETTINGS_MODULE=rad.settings
DJANGO_SETTINGS_MODULE=rad.settings_test
python_files = tests.py test_*.py *_tests.py
addopts = --nomigrations