summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-28 09:28:30 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-28 09:30:36 +0000
commit7da69211e912a8000c6498e015522edd223edfe7 (patch)
treeaed0e20761fb818c39bc6eb42744369d6cc751fa /tools
parentc490e3515e8fee8c5743b944f60eeafb1b67864b (diff)
downloadoslo-config-7da69211e912a8000c6498e015522edd223edfe7.tar.gz
Start using fixtures and testtools
Sync these changes from oslo-incubator: 60f70b0 Replaced direct usage of stubout with BaseTestCase. 827547a Use testtools as test base class. Note: I've copied MoxStubout for now, but eventually I guess we'll have an oslo-testing library we can depend on.
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 264047e..17899ff 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,6 +1,8 @@
+fixtures>=0.3.12
mox
nose
nose-exclude
+testtools>=0.9.22
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]