Test all urls

This commit is contained in:
Joakim Hellsén 2026-02-01 23:08:48 +01:00
commit de7a7d5d0e
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
5 changed files with 198 additions and 136 deletions

View file

@ -19,7 +19,14 @@ dependencies = [
]
[dependency-groups]
dev = ["pytest", "pytest-django", "djlint", "django-stubs", "pytest-cov"]
dev = [
"pytest",
"pytest-django",
"djlint",
"django-stubs",
"pytest-cov",
"hypothesis[django]",
]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings"