Éric Araujo <mer...@netwok.org> added the comment:

I’m surprised self.assert_ does not produce a DeprecationWarning (in favor of 
assertTrue).  The tests should use assertEqual(expected, computed) anyway, to 
let developers see a useful diff when the test fails.  Could you change this in 
the tests?

----------

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

Reply via email to