summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-24 19:11:38 -0600
committerMonty Taylor <mordred@inaugust.com>2013-01-03 11:58:13 -0800
commit53aee5cf4b66c98c1142a57244d7466249e44f1f (patch)
tree7f1c6dd4b8adeff724333afa81bbb54125f8f669 /tools
parente31023fee104ff69fd14a01703b8e62aeff088a1 (diff)
downloadpython-novaclient-53aee5cf4b66c98c1142a57244d7466249e44f1f.tar.gz
Move from untitest2 to testtools.
Use testtools as the base testclass. Use fixtures library for managing fixtures. Part of blueprint grizzly-testtools Change-Id: Iac5af286b988787acf7049344641aadf140b9398
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 43a94695..f69ef390 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,5 +1,6 @@
distribute>=0.6.24
+fixtures
mock
nose
nose-exclude
@@ -8,4 +9,4 @@ openstack.nose_plugin
nosehtmloutput
pep8==1.1
sphinx>=1.1.2
-unittest2
+testtools