Message65698
| 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:48 | tuben | set | spambayes_score: 0.0936678 -> 0.09366782 recipients: + tuben |
| 2008-04-23 13:59:47 | tuben | set | spambayes_score: 0.0936678 -> 0.0936678 messageid: <1208959187.62.0.82904421242.issue2674@psf.upfronthosting.co.za> |
| 2008-04-23 13:59:46 | tuben | link | issue2674 messages |
| 2008-04-23 13:59:45 | tuben | create | |