From 0c555d2d41977025ccfa853685903587b2175c46 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Tue, 6 Dec 2016 11:02:36 -0500 Subject: test updates - fix nose coverage flags - add coverage support for files tested outside of the utils directory - exclude stdlib and virtualenv installed dependencies --- utils/setup.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/setup.cfg') diff --git a/utils/setup.cfg b/utils/setup.cfg index f5f0d8aad..baeea14f0 100644 --- a/utils/setup.cfg +++ b/utils/setup.cfg @@ -7,10 +7,12 @@ universal=1 [nosetests] tests=../,../roles/openshift_master_facts/test/,test/ verbosity=2 -with_coverage=1 -cover_html=1 -cover_package=ooinstall -cover_min_percentage=70 +with-coverage=1 +cover-html=1 +cover-inclusive=1 +cover-min-percentage=70 +cover-erase=1 +detailed-errors=1 [flake8] max-line-length=120 -- cgit v1.2.1