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