Require newer python mock library
authorThomas Thrainer <thomasth@google.com>
Tue, 23 Jul 2013 12:00:39 +0000 (14:00 +0200)
committerThomas Thrainer <thomasth@google.com>
Wed, 7 Aug 2013 15:48:35 +0000 (17:48 +0200)
commit242e6bdd9adbabfcd22715910412de6d07c533b3
treeb7abd77f99cdb444c2b231039723ee26b4a7803d
parent2fe9deeca84c67ea85769f31c500398ea3b66668
Require newer python mock library

Older Python mock libraries do not provide MagicMock, which eases
mocking of complex objects quite a bit. As this is a build/test
dependency only, requiring a new version is OK (it's available via
easy_install).

Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
doc/devnotes.rst