Files
pipenv/pytest.ini
T
2018-10-07 05:25:58 -04:00

9 lines
294 B
INI

[pytest]
addopts = -ra -n auto
testpaths = tests/
; Add vendor and patched in addition to the default list of ignored dirs
norecursedirs = .* build dist CVS _darcs {arch} *.egg vendor patched news tasks docs
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning