Comment 1 for bug 675323

Revision history for this message
Jonathan Lange (jml) wrote :

It's not quite comparing apples with apples, since the Equals mismatch object special-cases short inequalities.

I personally think that the default should be to hide the layers of stack that don't matter for most test authors, and that we should provide some way to make those layers more visible for test framework folk. IIRC, recent versions of unittest have some built in support for this.