8 lines
150 B
INI
8 lines
150 B
INI
[pytest]
|
|
minversion = 6.0
|
|
testpaths = tests
|
|
python_files = test_*.py *_test.py
|
|
python_functions = test_*
|
|
addopts =
|
|
-vv
|
|
--import-mode=importlib |