diff --git a/setup.cfg b/setup.cfg index 89ccbd9..203cbfa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ exclude = dist [tool:pytest] -addopts = -v --cov=onedns --cov-report term-missing --flake8 +addopts = -v --cov=onedns --cov-report term-missing --flake8 onedns [coverage:run] omit = onedns/tests/*