2025-04-08 09:40:33 +08:00

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_*