From 3403334a7c1758bd81dafb3fad77470d91691580 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 23 Aug 2016 20:22:26 -0400 Subject: adding more network_environment.py tests - increasing required test coverage to 90% - also consolidating some repeated code into functions Change-Id: I6b582478c509c24fce43224a516414e1ead6c8e4 Signed-off-by: Dan Radez --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/Makefile b/build/Makefile index 85f7f8df..69c66f9f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -70,7 +70,7 @@ python-tests: rm -rf ../tests/.coverage rm -rf ../tests/htmlcov # run nose tests - cd ../tests && PYTHONPATH=../lib/python/ nosetests-3.4 . --with-coverage --cover-package apex --cover-package apex_python_utils --cover-html --cover-min-percentage 85 + cd ../tests && PYTHONPATH=../lib/python/ nosetests-3.4 . --with-coverage --cover-package apex --cover-package apex_python_utils --cover-html --cover-min-percentage 90 # generate reports cd ../tests && coverage3 report --include '*lib/python/*' -m -- cgit 1.2.3-korg