From 9c188b6022722173daad10a0b2076448ef61e672 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Wed, 12 Oct 2016 00:19:06 -0400 Subject: [PATCH] limit test discovery to onedns directory [ci-skip] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*