13 lines
306 B
INI
13 lines
306 B
INI
[pytest]
|
|
testpaths = Testcase
|
|
addopts = -vs --strict-markers --reruns=1 --reruns-delay=3
|
|
log_cli = 1
|
|
pythonpath = ./
|
|
cache_dir = pytest_cache
|
|
norecursedirs = .* venv po pom library dist build
|
|
markers =
|
|
p0: P0 level testcase
|
|
p1: P1 level testcase
|
|
p2: P2 level testcase
|
|
p3: P3 level testcase
|