9 lines
160 B
INI
9 lines
160 B
INI
|
|
[pytest]
|
||
|
|
testpaths = test
|
||
|
|
python_files = test_*.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|
||
|
|
log_cli = true
|
||
|
|
log_cli_level = INFO
|
||
|
|
addopts = -v --tb=short
|