From 46cd43fdf401b16f9e1b588e5fc8d2c5dd599b37 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 8 Oct 2013 13:39:25 -0400 Subject: Adding new unit tests and removed some unused functions New unit tests help improve test coverage of common/Glusterfs.py code Also removed a function that was no longer being used. Change-Id: Iaa0eed3d2b9ffcc148c1e00b28322ebf93b3f13c Signed-off-by: Thiago da Silva Reviewed-on: http://review.gluster.org/6053 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4e87a3c..b42092b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = --download-cache={homedir}/.pipcache -r{toxinidir}/tools/test-requires changedir = {toxinidir}/test/unit -commands = nosetests -v --exe --with-xunit --with-coverage --cover-package gluster --cover-erase --cover-xml --cover-html --cover-branches {posargs} +commands = nosetests -v --exe --with-xunit --with-coverage --cover-package gluster --cover-erase --cover-xml --cover-html --cover-branches --with-html-output {posargs} [tox:jenkins] downloadcache = ~/cache/pip -- cgit