mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-04 12:51:50 +02:00
Merge branch 'fix-default-settings' into 'develop'
fix: pytest uses default settings (because they exist) See merge request la-chariotte/la-chariotte!133
This commit is contained in:
commit
73640ea140
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ dev = [
|
|||
]
|
||||
|
||||
[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"
|
||||
isort_ignore = ["*migrations/*.py"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue