Xiang Zhang added the comment:

Kushal I think the OP is reporting `mock.MagicMock() == mock.ANY` is False 
while `mock.ANY == mock.MagicMock()` is True which is still the case in 3.7. A 
related issue is #25195. In that issue Serhiy has mentioned this 
behaviour(http://bugs.python.org/issue25195#msg259822).

----------
nosy: +berker.peksag, serhiy.storchaka, xiang.zhang

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28735>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to