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