This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbcollins
Recipients eric.araujo, michael.foord, rbcollins, ysj.ray
Date 2014-11-07.10:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415356640.63.0.854696875512.issue10611@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, so testtools went in a different direction here - the same unification stuff, but see https://github.com/testing-cabal/testtools/commit/18bc5741cf277f7a0d601568be6dccacc7b0783c

tl;dr - I think unittest should not prevent this causing the process to exit (but it should still fail the test and fail the test run as a whole), analgous to how KeyboardInterrupt is handled.
History
Date User Action Args
2014-11-07 10:37:20rbcollinssetrecipients: + rbcollins, eric.araujo, michael.foord, ysj.ray
2014-11-07 10:37:20rbcollinssetmessageid: <1415356640.63.0.854696875512.issue10611@psf.upfronthosting.co.za>
2014-11-07 10:37:20rbcollinslinkissue10611 messages
2014-11-07 10:37:20rbcollinscreate