[Python-Dev] cpython: PEP 417: Adding unittest.mock
Łukasz Langa
lukasz at langa.pl
Wed Mar 14 20:49:55 CET 2012
Wiadomość napisana przez Georg Brandl w dniu 14 mar 2012, o godz. 12:33:
> On 14.03.2012 20:25, michael.foord wrote:
>> http://hg.python.org/cpython/rev/2fda048ee32a
>> changeset: 75632:2fda048ee32a
>> user: Michael Foord<michael at voidspace.org.uk>
>> date: Wed Mar 14 12:24:34 2012 -0700
>> summary:
>> PEP 417: Adding unittest.mock
>>
>> files:
>> Lib/unittest/mock.py | 2151 ++++++++++
>> Lib/unittest/test/__init__.py | 1 +
>> Lib/unittest/test/testmock/__init__.py | 17 +
>> Lib/unittest/test/testmock/support.py | 23 +
>> Lib/unittest/test/testmock/testcallable.py | 159 +
>> Lib/unittest/test/testmock/testhelpers.py | 835 +++
>> Lib/unittest/test/testmock/testmagicmethods.py | 382 +
>> Lib/unittest/test/testmock/testmock.py | 1258 +++++
>> Lib/unittest/test/testmock/testpatch.py | 1652 +++++++
>> Lib/unittest/test/testmock/testsentinel.py | 28 +
>> Lib/unittest/test/testmock/testwith.py | 176 +
>> 11 files changed, 6682 insertions(+), 0 deletions(-)
>
> I hope we also get some Dock/ ;)
Mock the doc!
--
Best regards,
Łukasz Langa
Senior Systems Architecture Engineer
IT Infrastructure Department
Grupa Allegro Sp. z o.o.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120314/ecc051f8/attachment.html>
More information about the Python-Dev
mailing list