pytest.ini 306 B

12345678910
  1. [pytest]
  2. testpaths = tests
  3. #filterwarnings =
  4. # error
  5. # ignore::DeprecationWarning
  6. #addopts = --cov-report term-missing --hypothesis-show-statistics -p no:warnings
  7. # Live logging
  8. #log_cli=true
  9. #log_level=DEBUG
  10. addopts = -capture=all --cov=. --cov-config=.coveragerc --cov-report term-missing -p no:warnings