pytest.ini 116 B

12345
  1. [pytest]
  2. addopts = -p no:doctest
  3. --cov=corsheaders
  4. --cov-report term-missing
  5. --cov-fail-under 100