1[pytest] 2 3log_cli = true 4 5log_level = info 6log_format = [+] %(asctime)s - %(filename)s - [line:%(lineno)d] - %(levelname)s: %(message).1024s 7log_date_format = %Y-%m-%d %H:%M:%S 8 9markers = 10 debug: marks tests as debug 11 cpu_profiler: marks tests as cpu profiler 12 heap_profiler: marks tests as heap profiler 13 14testpaths = ./scenario_test 15 16addopts = -vv --html ./report/report.html --self-contained-html 17