limit test discovery to onedns directory [ci-skip]

master
Justin Riley 2016-10-12 00:19:06 -04:00
parent 3cb6146c80
commit 9c188b6022
1 changed files with 1 additions and 1 deletions

View File

@ -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/*