1
0
mirror of synced 2026-01-02 03:02:26 -05:00
Files
airbyte/octavia-cli/pytest.ini
2022-02-25 09:19:19 -03:00

7 lines
261 B
INI

[pytest]
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 =
integration: marks tests as integration test (deselect with '-m "not integration"')