• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    hot_reload: marks tests as hot reload
14
15testpaths = ./scenario_test
16
17addopts = -vv --html ./report/report.html --self-contained-html
18