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: Ic19030cc4cc8fcf99ee9442de175f38ac6126776
This commit is contained in:
Clark Boylan 2012-08-21 14:19:44 -07:00
parent 5419afce36
commit 39741058fa

View File

@ -10,6 +10,7 @@ mox # mock object framework
nose # for test discovery and console feedback
nosexcover
openstack.nose_plugin
nosehtmloutput
pylint # static code analysis
pep8==1.3.3 # checks for PEP8 code style compliance
Sphinx>=1.1.2 # required to build documentation