Message 102754 - Python tracker
Message102754
| Author | michael.foord |
|---|---|
| Recipients | Yaroslav.Halchenko, brian.curtin, exarkun, fperez, michael.foord, pitrou |
| Date | 2010-04-09.21:44:50 |
| SpamBayes Score | 4.734255e-05 |
| Marked as misclassified | No |
| Message-id | <1270849491.85.0.800449711335.issue7897@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If we provide builtin support for parameterized tests it will have to report each test separately otherwise there is no point. You can already add support for running tests with multiple parameters yourself - the *only* advantage of building support into unittest (as I see it) is for better reporting of individual tests. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-09 21:44:52 | michael.foord | set | recipients: + michael.foord, exarkun, pitrou, brian.curtin, fperez, Yaroslav.Halchenko |
| 2010-04-09 21:44:51 | michael.foord | set | messageid: <1270849491.85.0.800449711335.issue7897@psf.upfronthosting.co.za> |
| 2010-04-09 21:44:50 | michael.foord | link | issue7897 messages |
| 2010-04-09 21:44:50 | michael.foord | create | |