Files
docker-stacks/tests/pytest.ini
2025-03-23 11:09:53 +00:00

9 lines
262 B
INI

[pytest]
addopts = -ra --color=yes
log_cli = 1
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S
markers =
info: marks tests as info (deselect with '-m "not info"')