pytest.ini 306 B

123456789101112
  1. [pytest]
  2. addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
  3. # python3 -W ignore -m pytest
  4. log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
  5. log_date_format = %Y-%m-%d %H:%M:%S
  6. filterwarnings =
  7. ignore::DeprecationWarning