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 Pam.McANulty
Recipients BreamoreBoy, Pam.McANulty, michael.foord
Date 2015-04-13.16:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428943984.1.0.112542971863.issue10612@psf.upfronthosting.co.za>
In-reply-to
Content
This version fixes a few things after using review.

I still have some open questions:

o Where in unittest.rst should the StopTestRun documentation actually live?
  I've put it right after the SkipTest exception.  That doesn't feel perfect, but I didn't see a place where it would fit any better.

o What should the flag structure be?
  I've implemented it with two flags on the Outcome object which lead to an optional flag on the result object.  It works, but it's a bit messy


o What word should "haltTestRun" really be?    
  I've chosen the word "halt" to represent the "halt-reporting" flag.  I think my firmware background is showing.  Any suggestions for a better term?
History
Date User Action Args
2015-04-13 16:53:04Pam.McANultysetrecipients: + Pam.McANulty, michael.foord, BreamoreBoy
2015-04-13 16:53:04Pam.McANultysetmessageid: <1428943984.1.0.112542971863.issue10612@psf.upfronthosting.co.za>
2015-04-13 16:53:04Pam.McANultylinkissue10612 messages
2015-04-13 16:53:03Pam.McANultycreate