cpython/Lib/unittest/test/testmock
2018-09-13 01:21:16 +03:00
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) 2017-07-20 03:01:14 +03:00
testmagicmethods.py bpo-33516: Add support for __round__ in MagicMock (GH-6880) 2018-05-22 22:01:10 +02:00
testmock.py bpo-32933: Implement __iter__ method on mock_open() (GH-5974) 2018-09-13 01:21:16 +03:00
testpatch.py
testsealable.py bpo-30541: Add new method to seal mocks (GH61923) 2017-10-17 04:35:11 -07:00
testsentinel.py
testwith.py bpo-32933: Implement __iter__ method on mock_open() (GH-5974) 2018-09-13 01:21:16 +03:00