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 michael.foord
Recipients Yaroslav.Halchenko, abingham, brian.curtin, exarkun, fperez, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray
Date 2011-07-20.14:19:56
SpamBayes Score 0.000176148
Marked as misclassified No
Message-id <1311171596.95.0.402137434783.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
Dammit, I've reversed my thinking in some of those messages. Load time parameterisation *does* give you separate test reporting. It is run time parameterisation that doesn't.

Depending on how you do it (i.e. if the decorator generates the tests and attaches them as TestCase methods) you can do it at import time. And then normal test selection works if you know the test name.
History
Date User Action Args
2011-07-20 14:19:57michael.foordsetrecipients: + michael.foord, exarkun, ncoghlan, pitrou, r.david.murray, brian.curtin, fperez, Yaroslav.Halchenko, nchauvat, abingham
2011-07-20 14:19:56michael.foordsetmessageid: <1311171596.95.0.402137434783.issue7897@psf.upfronthosting.co.za>
2011-07-20 14:19:56michael.foordlinkissue7897 messages
2011-07-20 14:19:56michael.foordcreate