Files
inizio-web-search/pytest.ini
2025-10-20 21:05:31 +02:00

7 lines
186 B
INI

[pytest]
# Show logs during test runs (not only on failures)
log_cli = true
log_cli_level = INFO
log_format = %(asctime)s %(levelname)s %(name)s - %(message)s
log_date_format = %H:%M:%S