Michael Foord added the comment:

Generally the called with asserts can only be used to match the *actual call*, 
and they don't determine "equivalence". 

To do it cleanly would be tricky, and adding complex code is a maintenance 
burden. I'm not convinced there's a massive use case - generally you want to 
make asserts about what your code actually does - not just check if it does 
something equivalent to your assert.

So I'm not enthusiastic about this.

----------

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

Reply via email to