Message179997
| Author | chris.jerdonek |
|---|---|
| Recipients | brett.cannon, chris.jerdonek, ezio.melotti, zach.ware |
| Date | 2013-01-15.02:31:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1358217066.24.0.575345562367.issue16968@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If you want to get the same cleanup logic working with unittest discovery, you could try using the load_tests protocol, and wrapping the functions that actually run the tests there (which may simply mean wrapping the tests passed to load_tests, which I believe are callables). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-01-15 02:31:06 | chris.jerdonek | set | recipients: + chris.jerdonek, brett.cannon, ezio.melotti, zach.ware |
| 2013-01-15 02:31:06 | chris.jerdonek | set | messageid: <1358217066.24.0.575345562367.issue16968@psf.upfronthosting.co.za> |
| 2013-01-15 02:31:06 | chris.jerdonek | link | issue16968 messages |
| 2013-01-15 02:31:05 | chris.jerdonek | create | |