diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-01-28 09:28:30 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-28 09:30:36 +0000 |
commit | 7da69211e912a8000c6498e015522edd223edfe7 (patch) | |
tree | aed0e20761fb818c39bc6eb42744369d6cc751fa /tools | |
parent | c490e3515e8fee8c5743b944f60eeafb1b67864b (diff) | |
download | oslo-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-requires | 2 |
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] |