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
This commit is contained in:
Steve Baker 2013-08-05 08:19:14 +12:00
parent 9104cb00a1
commit 18e110dbf0
1 changed files with 1 additions and 0 deletions

View File

@ -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