mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-04 21:02:01 +02:00
fix: pytest uses default settings (because they exist)
This commit is contained in:
parent
6b9e3a6e96
commit
bb47f19904
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ dev = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
DJANGO_SETTINGS_MODULE = "local_settings"
|
DJANGO_SETTINGS_MODULE = "la_chariotte.settings"
|
||||||
addopts = "-x --ff --isort --black --reuse-db --cov-report xml --cov-report term-missing --cov=la_chariotte -p no:warnings"
|
addopts = "-x --ff --isort --black --reuse-db --cov-report xml --cov-report term-missing --cov=la_chariotte -p no:warnings"
|
||||||
isort_ignore = ["*migrations/*.py"]
|
isort_ignore = ["*migrations/*.py"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue