diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-23 20:22:26 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-08-24 14:02:23 -0400 |
commit | 3403334a7c1758bd81dafb3fad77470d91691580 (patch) | |
tree | abcbe2b8f80248ef97e1059bfc35c72d8b81ce18 /build/Makefile | |
parent | 1895eba89b351b0f74a2280c023bbf799aa94e09 (diff) |
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 <dradez@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |