16 lines
440 B
INI
16 lines
440 B
INI
[pytest]
|
|
testpaths = Testcase
|
|
addopts = -vs --strict-markers --reruns=0 --reruns-delay=1
|
|
log_cli = 1
|
|
pythonpath = ./
|
|
cache_dir = pytest_cache
|
|
norecursedirs = .* allure* venv po pom lib library testlibs build
|
|
markers =
|
|
p0: P0 level testcase
|
|
p1: P1 level testcase
|
|
p2: P2 level testcase
|
|
p3: P3 level testcase
|
|
log_level = INFO
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)-8s %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|