Test all urls
This commit is contained in:
parent
5762223616
commit
de7a7d5d0e
5 changed files with 198 additions and 136 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue