7 lines
168 B
INI
7 lines
168 B
INI
[pytest]
|
|
norecursedirs = env/*
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
addopts = --tb=short -vv -p no:cacheprovider
|
|
testpaths = tests/
|
|
python_files = test_*.py
|