JobAnalyze_6k / pytest.ini
akshaybabu06's picture
Files
eb7a003 verified
Raw
History Blame Contribute Delete
389 Bytes
[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)