[issue15810] assertSequenceEqual should be fired when comparing sequences

R. David Murray report at bugs.python.org
Wed Aug 29 15:21:08 CEST 2012


R. David Murray added the comment:

I think it works as it should (you shouldn't be asserting that a sequence and a tuple are equal, after all).  Once you fix your test, you'll get the pretty print if there are still differences.

----------
nosy: +michael.foord, r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15810>
_______________________________________


More information about the Python-bugs-list mailing list