Add more tests

This commit is contained in:
Joakim Hellsén 2026-01-09 22:21:52 +01:00
commit 2b0b71cb08
No known key found for this signature in database
7 changed files with 194 additions and 5 deletions

View file

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