]> granicus.if.org Git - python/commit
Issue #24857: Comparing call_args to a long sequence now correctly returns a
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 9 Sep 2015 20:35:25 +0000 (23:35 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 9 Sep 2015 20:35:25 +0000 (23:35 +0300)
commit3fc536f1c95abdd57bc4172fb8eb96fd86cab4d3
treece314beaf09bd4a8891a8d815cb1d022dd289c7a
parentd1a98587fe3bc60985c6d6c36b8cf52f1f57750b
Issue #24857: Comparing call_args to a long sequence now correctly returns a
boolean result instead of raising an exception.

Patch by A Kaptur.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS