summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2013-08-05 08:19:14 +1200
committerSteve Baker <sbaker@redhat.com>2013-08-07 10:36:34 +1200
commit18e110dbf0ae46730c08ea7d1898a89f14afda85 (patch)
tree4121ae6539190065a2f778a754d06dde304fec16 /test-requirements.txt
parent9104cb00a1a1e93ff35784a7e64a95d90b04a534 (diff)
downloadpython-heatclient-18e110dbf0ae46730c08ea7d1898a89f14afda85.tar.gz
Add mock as a test requirement
A project-wide concensus is forming that mox should be phased out and mock should be encouraged for writing new tests. This change allow mock to be used for new tests. Change-Id: I3cdf77bbeadd419b811bddcc31f048c1c6ec38bb
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 70bc3bf..36d7158 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +6,7 @@ hacking>=0.5.6,<0.7
coverage>=3.6
discover
fixtures>=0.3.12
+mock>=0.8.0
mox>=0.5.3
sphinx>=1.1.2
testscenarios>=0.4,<0.5