Exclude docker volumes form pytest

pull/21/head
JensDiemer 2020-11-14 11:49:03 +01:00
rodzic 344b71e050
commit 5ed991b525
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ lines_after_imports=2
# https://docs.pytest.org/en/latest/customize.html#pyproject-toml
minversion = "6.0"
DJANGO_SETTINGS_MODULE="inventory_project.settings.tests"
norecursedirs = ".* .git __pycache__ coverage* dist"
norecursedirs = ".* .git __pycache__ coverage* dist volumes"
# sometimes helpfull "addopts" arguments:
# -vv
# --verbose