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 pupeno
Recipients barry, benjamin.peterson, georg.brandl, pupeno
Date 2008-07-23.13:17:34
SpamBayes Score 0.060304206
Marked as misclassified No
Message-id <1216819057.03.0.298044566649.issue3379@psf.upfronthosting.co.za>
In-reply-to
Content
What about always returning the results. Granted, when sys.exit is run
there will be no results returned, but then nothing to get the results.
If we divided in two functions, would one be unittest.main and the other
unittest.nonExitingMain? Sounds ugly, but OK if no other better way is
possible.

I personally believe that main should not hijack the current interpreter
with sys.exit at all, but I understand that behavior is not changeable
at the moment (is it?).
History
Date User Action Args
2008-07-23 13:17:37pupenosetspambayes_score: 0.0603042 -> 0.060304206
recipients: + pupeno, barry, georg.brandl, benjamin.peterson
2008-07-23 13:17:37pupenosetspambayes_score: 0.0603042 -> 0.0603042
messageid: <1216819057.03.0.298044566649.issue3379@psf.upfronthosting.co.za>
2008-07-23 13:17:36pupenolinkissue3379 messages
2008-07-23 13:17:35pupenocreate