2023-03-15 14:21:42 +08:00
|
|
|
[pytest]
|
|
|
|
testpaths = Testcase
|
2023-05-07 13:39:25 +08:00
|
|
|
addopts = -vs --strict-markers --reruns=0 --reruns-delay=1
|
2023-03-15 19:40:39 +08:00
|
|
|
log_cli = 1
|
|
|
|
pythonpath = ./
|
|
|
|
cache_dir = pytest_cache
|
2023-05-13 19:54:09 +08:00
|
|
|
norecursedirs = .* allure* venv po pom lib library testlibs build
|
2023-03-15 19:40:39 +08:00
|
|
|
markers =
|
|
|
|
p0: P0 level testcase
|
|
|
|
p1: P1 level testcase
|
|
|
|
p2: P2 level testcase
|
|
|
|
p3: P3 level testcase
|
2023-03-17 04:35:44 +08:00
|
|
|
log_level = INFO
|
2023-03-17 16:34:55 +08:00
|
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)-8s %(message)s
|
2023-03-17 04:35:44 +08:00
|
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|