File size: 389 Bytes
eb7a003
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
minversion = 8.0
testpaths = test
addopts = -ra --strict-markers --strict-config --import-mode=importlib --tb=short
markers =
    slow: Marks tests as slow
    integration: Marks tests requiring external systems
    smoke: Core functionality checks
log_cli = true
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)