pytest.ini 288 B

123456789101112
  1. [pytest]
  2. addopts = -s -p no:pytest_embedded
  3. # log related
  4. log_cli = True
  5. log_cli_level = INFO
  6. log_cli_format = %(asctime)s %(levelname)s %(message)s
  7. log_cli_date_format = %Y-%m-%d %H:%M:%S
  8. ## log all to `system-out` when case fail
  9. junit_logging = stdout
  10. junit_log_passing_tests = False