18 lines
177 B
INI
18 lines
177 B
INI
[pytest]
|
|
minversion = 8.0
|
|
|
|
testpaths =
|
|
tests
|
|
|
|
python_files =
|
|
test_*.py
|
|
|
|
python_classes =
|
|
Test*
|
|
|
|
python_functions =
|
|
test_*
|
|
|
|
addopts =
|
|
-ra
|
|
--strict-markers |