mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Add isort
This commit is contained in:
parent
2596ab7fc8
commit
821a701a5b
2 changed files with 13 additions and 1 deletions
|
@ -26,9 +26,10 @@ dependencies = [
|
|||
"pytest>=8.4.2",
|
||||
"pytest-django>=4.11.1",
|
||||
"pytest-cov>=7.0.0",
|
||||
"isort>=6.0.1",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
DJANGO_SETTINGS_MODULE = "tests.settings"
|
||||
testpaths = ["src/tests"]
|
||||
pythonpath = ["src"]
|
||||
pythonpath = ["src"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue