summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDeniz Demir <deniz.demir@hp.com>2012-12-11 10:00:17 -0800
committerdenizdemir <deniz.demir@hp.com>2013-01-08 09:59:47 -0800
commit4fb6634480294d67df9fba180eed350de4420a9b (patch)
tree95060cd9f835698f59b4b1d8419db8758eb730de /tools
parent8c13466950643b4069f6623ccae991bc350c700d (diff)
downloadpython-troveclient-4fb6634480294d67df9fba180eed350de4420a9b.tar.gz
Adding unit tests for auth.py
implements blueprint https://blueprints.launchpad.net/python-reddwarfclient/+spec/reddwarfclient-unit-tests Also changin the unit test library from unuttest2 to testtools per request of CI Change-Id: I1b50cd4bf762c90b846ecb51db47f2afbfb6f175
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 e3ebc26..ae66aaa 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,4 +4,5 @@ openstack.nose_plugin>=0.11
pep8==1.1
sphinx>=1.1.2
unittest2>=0.5.1
-testtools \ No newline at end of file
+testtools
+mock>=1.0.1 \ No newline at end of file