6 lines
161 B
INI
6 lines
161 B
INI
[pytest]
|
|
addopts = -s --html=report/myreport.html --self-contained-html
|
|
testpaths = ./
|
|
python_files = pytest*.py
|
|
python_classes = Test*
|
|
python_functions = test_* |