cpython/Lib/unittest/test/testmock
John Reese 6c4fab0f4b bpo-33516: Add support for __round__ in MagicMock (GH-6880)
unittest.mock.MagicMock now supports the __round__() magic method.
2018-05-22 22:01:10 +02:00
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py
testmagicmethods.py bpo-33516: Add support for __round__ in MagicMock (GH-6880) 2018-05-22 22:01:10 +02:00
testmock.py
testpatch.py
testsealable.py
testsentinel.py
testwith.py