mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Implement tests
This commit is contained in:
parent
7b1d9d2b4c
commit
0baf619ace
19 changed files with 432 additions and 48 deletions
|
@ -23,4 +23,10 @@ dependencies = [
|
|||
"gunicorn>=23.0.0",
|
||||
"django-cors-headers>=4.7.0",
|
||||
"django-redis>=6.0.0",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-django>=4.11.1",
|
||||
"pytest-cov>=7.0.0",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
DJANGO_SETTINGS_MODULE = "tests.settings"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue