]> granicus.if.org Git - python/commit
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Jan 2017 21:12:58 +0000 (23:12 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Jan 2017 21:12:58 +0000 (23:12 +0200)
commit362f058a89437f82f112cda439bb40abe4ddb8c5
tree611247b1a867cddbd466c646d95665ed8508acbc
parent6ad85bf89a0524637a89f2950468d2630929fdb2
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS