← Back to team overview

testtools-dev team mailing list archive

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

 

20	-* All public matchers are now in ``testtools.matchers.__all__``.
21	-  (Jonathan Lange, #784859)

That still looks accidental?

This looks ok though there is one pseudo-bug with it

def test_foo(self):
    self.addDetail('traceback', utf8_text('my server crashed'))
    self.fail('foo')

will specialcase the server crash not the failure. I think thats not what you intended.
-- 
https://code.launchpad.net/~jml/testtools/gassy-failure-660852/+merge/66470
Your team testtools developers is subscribed to branch lp:testtools.


References