Message179997
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). |
|
| 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: <[email protected]> |
| 2013-01-15 02:31:06 | chris.jerdonek | link | issue16968 messages |
| 2013-01-15 02:31:05 | chris.jerdonek | create | |
|