From 18e110dbf0ae46730c08ea7d1898a89f14afda85 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 5 Aug 2013 08:19:14 +1200 Subject: [PATCH] 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 70bc3bf6..36d71587 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