diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..bbb6828 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +addopts = --cov=apig_wsgi + --cov-report term-missing + --cov-fail-under 100 diff --git a/setup.cfg b/setup.cfg index 1c4d092..1b7fecd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,3 @@ license_file = LICENSE [tool:multilint] paths = apig_wsgi.py test_apig_wsgi.py - -[tool:pytest] -addopts = --cov=apig_wsgi - --cov-report term-missing - --cov-fail-under 100