summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTatyana Leontovich <tleontov@yahoo-inc.com>2013-02-28 18:53:58 +0200
committerTatyana Leontovich <tleontov@yahoo-inc.com>2013-05-17 19:46:07 +0300
commit8451a9482202fee5a4302bb3d7c62cff55365b0c (patch)
treefd4c18b9fd873b680ac0ea80886b7838739d3245 /tools
parentde5f2eea025a5ba926bff376f85ce4ad7ca364dd (diff)
downloadpython-glanceclient-8451a9482202fee5a4302bb3d7c62cff55365b0c.tar.gz
Add test for glanceclient shells
Add unittests for the following modules: * glanceclient.shell * glanceclient.v1.shell * glanceclient.v1.legacy_shell * glanceclient.v2.shell Also add mock library to the tools/test-requires Implements: blueprint glanceclient-shells-unittests Change-Id: I5ec527c5efff3726932d234d7c67e08149643f89
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index b6ea0cb..e5c86ef 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -3,6 +3,7 @@ distribute>=0.6.24
coverage
discover
mox
+mock>=0.8.0
pep8==1.3.3
setuptools-git>=0.4
sphinx>=1.1.2