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 tuben
Recipients tuben
Date 2008-04-23.13:59:41
SpamBayes Score 0.09366782
Marked as misclassified No
Message-id <1208959187.62.0.82904421242.issue2674@psf.upfronthosting.co.za>
In-reply-to
Content
The class TestProgram (and its synonym "main") in module unittest is
(probably) meant to be an easy way to use the functionality of the
module unittest. It is very surprising (and error-prone) that it uses
sys.exit() with a status code instead of making a return with the same
status code.

Clean-up actions after the call to unittest.main() are not executed.
History
Date User Action Args
2008-04-23 13:59:48tubensetspambayes_score: 0.0936678 -> 0.09366782
recipients: + tuben
2008-04-23 13:59:47tubensetspambayes_score: 0.0936678 -> 0.0936678
messageid: <1208959187.62.0.82904421242.issue2674@psf.upfronthosting.co.za>
2008-04-23 13:59:46tubenlinkissue2674 messages
2008-04-23 13:59:45tubencreate