summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-08-21 14:19:44 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-08-21 14:25:41 -0700
commit39741058fa7b4097041f84b2b495d0eb9b71b807 (patch)
treeeff00fa776b71ea63fb3d8bae80934611c911fae /tools
parent5419afce36090d2e6dd37fb7e62066a9dc872c1d (diff)
downloadkeystone-39741058fa7b4097041f84b2b495d0eb9b71b807.tar.gz
keystone-39741058fa7b4097041f84b2b495d0eb9b71b807.tar.xz
keystone-39741058fa7b4097041f84b2b495d0eb9b71b807.zip
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
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 675ee69f..cb7723e8 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -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