cpython/Lib/unittest
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
..
test bpo-33516: Add support for __round__ in MagicMock (GH-6880) 2018-05-22 22:01:10 +02:00
__init__.py
__main__.py
case.py
loader.py
main.py
mock.py bpo-33516: Add support for __round__ in MagicMock (GH-6880) 2018-05-22 22:01:10 +02:00
result.py
runner.py
signals.py
suite.py
util.py bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994) 2018-01-24 16:49:58 +09:00