[pytest] addopts = -n auto # Backstop against a hung test (e.g. a subprocess call with a missing # or ineffective timeout) stalling the whole run with no indication of # which test is stuck. timeout = 300 # Configure logging capture format (shown on test failure) log_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s) log_date_format = %Y-%m-%d %H:%M:%S.%f # Configure live logging (when --log-cli-level is set) log_cli = false 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.%f