diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..70bbe3d --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +addopts = --cov=kwargs_only + --cov-report term-missing + --cov-fail-under 100 diff --git a/setup.cfg b/setup.cfg index c95ef98..20dd79d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,8 +23,3 @@ license_file = LICENSE paths = kwargs_only.py setup.py test_kwargs_only.py - -[tool:pytest] -addopts = --cov=kwargs_only - --cov-report term-missing - --cov-fail-under 100