Files
docker-stacks/tests/pytest.ini
2022-02-21 17:29:20 +00:00

9 lines
263 B
INI

[pytest]
addopts = -ra --color=yes
log_cli = 1
log_cli_level = DEBUG
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"')