cpython/Lib/unittest/test/testmock
Antoine Pitrou a19b1a664f Adjust comment 2013-09-14 00:40:46 +02:00
..
__init__.py
__main__.py Adjust comment 2013-09-14 00:40:46 +02:00
support.py
testcallable.py Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules 2013-09-13 23:54:01 +02:00
testhelpers.py Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. 2013-02-03 00:23:58 +01:00
testmagicmethods.py Fix exception when calling reset_mock on a mock created with autospec 2012-06-09 17:31:59 +01:00
testmock.py Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules 2013-09-13 23:54:01 +02:00
testpatch.py Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules 2013-09-13 23:54:01 +02:00
testsentinel.py
testwith.py Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open 2013-03-19 17:22:51 -07:00