Files
decluttarr/.pytest.ini
2024-09-15 18:30:34 +02:00

8 lines
206 B
INI

[pytest]
# log_cli = true
addopts = -q --tb=short -s
log_cli_level = INFO
log_cli_format = %(asctime)s - %(levelname)s - %(name)s - %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S
testpaths =
tests