pytest.ini 247 B

1234567
  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. addopts = --cov=. --cov-config=.coveragerc --cov-report term-missing -p no:warnings