cpython/Lib/unittest/test/testmock
Kushal Das 047f14c3c6 Closes #21256: Printout of keyword args in deterministic order in mock calls.
Printout of keyword args should be in deterministic order in
a mock function call. This will help to write better doctests.
2014-06-09 13:45:56 +05:30
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
testmagicmethods.py Issue 20968. unittest.mock.MagicMock now supports division 2014-04-14 11:23:48 -04:00
testmock.py Closes #21256: Printout of keyword args in deterministic order in mock calls. 2014-06-09 13:45:56 +05:30
testpatch.py Merge 2014-04-15 17:22:22 -04:00
testsentinel.py
testwith.py