Add nosehtmloutput as a test dependency.

Adding nosehtmloutput as a test dependency allows nose to output its
results to an html file. This will be used by Jenkins to save logs on
a different server.

Change-Id: I439fc9742762e626610a7b0774ed1274cf38ceb7
This commit is contained in:
Clark Boylan
2012-08-21 14:32:58 -07:00
parent 0bba3857d1
commit d92d0b06a4

View File

@@ -4,6 +4,7 @@ mock
nose
nosexcover
openstack.nose_plugin
nosehtmloutput
pep8==1.2
sphinx>=1.1.2
unittest2