summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2014-09-18 22:10:03 -0500
committerDean Troyer <dtroyer@gmail.com>2014-09-29 00:02:32 -0500
commit207c8cf3ef9237d21cde704eff767523b5f12f35 (patch)
tree77da17103f0f60b4b1692e142d3b33b5cde64260 /test-requirements.txt
parent02320a5a2437acdc501a003cca53310a444e4b4e (diff)
downloadpython-openstackclient-207c8cf3ef9237d21cde704eff767523b5f12f35.tar.gz
Test top-to-bottom: object-store containers
Replicate the object-store container command tests but use requests_mock to test the entire stack down to the requests module. These will be useful regressions tests when the existing object-store lib modules are moved to the low-level API object. Change-Id: Ibf25be46156eb1009f1b66f02f2073d3913b846d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index dd701c00..3b95cf7d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,6 +8,7 @@ discover
fixtures>=0.3.14
mock>=1.0
oslosphinx>=2.2.0 # Apache-2.0
+requests-mock>=0.4.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
testrepository>=0.0.18
testtools>=0.9.34