← Back to team overview

testtools-dev team mailing list archive

Re: [Merge] lp:~jml/testtools/gassy-failure-660852 into lp:testtools

 

 * Change content_type to have a better repr()
 * Remove the "Text attachment" boilerplate text
 * Group empty attachments together
 * Make sure the traceback is at the bottom and make it not look like an attachment
 * Change the way text attachments look. Use curly brace quoting rather than dashes

Since the current system wasn't great for trailing whitespace in attachments, I didn't bother making it stand out with this system.

The main principles are to reduce duplication, to make it easy to see the most important information and to not hide data (with exception of whitespace mentioned above).

Fixing the excess levels in tracebacks is out of scope for this branch.

Tangentially, this branch also changes the behaviour of Equals() so my brain wouldn't explode during testing.

-- 
https://code.launchpad.net/~jml/testtools/gassy-failure-660852/+merge/66470
Your team testtools developers is requested to review the proposed merge of lp:~jml/testtools/gassy-failure-660852 into lp:testtools.


Follow ups