[Python-Dev] cpython: PEP 417: Adding unittest.mock (original) (raw)
Georg Brandl g.brandl at gmx.net
Wed Mar 14 20:33:27 CET 2012
- Previous message: [Python-Dev] [Issue1531415] Using PyErr_WarnEx on parsetok
- Next message: [Python-Dev] cpython: PEP 417: Adding unittest.mock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/ ;)
Georg
- Previous message: [Python-Dev] [Issue1531415] Using PyErr_WarnEx on parsetok
- Next message: [Python-Dev] cpython: PEP 417: Adding unittest.mock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]