6 lines
141 B
INI
6 lines
141 B
INI
[pytest]
|
|
addopts = --maxfail=1 --disable-warnings
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_* |