cpython/Lib/unittest/test/testmock
Kushal Das 8c14534df6 Closes Issue 21238: New keyword argument unsafe to Mock.
It raises `AttributeError` incase of an attribute startswith assert
or assret.
2014-04-16 23:32:21 +05:30
..
__init__.py
__main__.py Adjust comment 2013-09-14 00:40:46 +02:00
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 Issue 21238: New keyword argument unsafe to Mock. 2014-04-16 23:32:21 +05:30
testpatch.py Merge 2014-04-15 17:22:22 -04:00
testsentinel.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testwith.py