6 lines
82 B
INI
6 lines
82 B
INI
|
|
[pytest]
|
||
|
|
minversion = 7.0
|
||
|
|
testpaths = tests
|
||
|
|
python_files = test_*.py
|
||
|
|
addopts = -q
|