summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-01-22 21:28:56 -0500
committerMonty Taylor <mordred@inaugust.com>2013-01-24 16:26:29 +1100
commit1bc3ecf25d1b86dcb178d5f59b178bde94f5f667 (patch)
tree46873c30f89f482a1a3e16480d5faf2350a248b4 /tools
parentcf7f75d66ca8e20e1058758ce5f0fb9859f413de (diff)
downloadoslo-1bc3ecf25d1b86dcb178d5f59b178bde94f5f667.tar.gz
oslo-1bc3ecf25d1b86dcb178d5f59b178bde94f5f667.tar.xz
oslo-1bc3ecf25d1b86dcb178d5f59b178bde94f5f667.zip
Start adding reusable test fixtures.
Now that nova is using fixtures, we have grown some that can be used across projects. The mox/stubout fixture is a great example of this - and also can be used in the oslo tests themselves. Change-Id: Ia78019317a6772c5c66a875c948854248383f9ea
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 2e349e1..393b72a 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -2,6 +2,7 @@
distribute>=0.6.24
coverage
+fixtures>=0.3.12
mock
mox==0.5.3
nose
@@ -14,4 +15,5 @@ pylint
pyzmq>=2.1.11
setuptools-git>=0.4
sphinx
+testtools>=0.9.22
webtest