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 fperez, michael.foord, pitrou
Date 2010-02-11.15:22:00
SpamBayes Score 0.00424754
Marked as misclassified No
Message-id <1265901722.32.0.28194759773.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
By the way - I have no opinion on whether or not using yield is the right way to support parameterized tests. It may be better for the test method to take arguments, and be decorated as a parameterized test, with the decorator providing the parameters. When I come to look at it I will look at how py.test and nose do it and solicit advice on the Testing in Python list. We had a useful discussion there previously that would be good to refer to.
History
Date User Action Args
2010-02-11 15:22:02michael.foordsetrecipients: + michael.foord, pitrou, fperez
2010-02-11 15:22:02michael.foordsetmessageid: <1265901722.32.0.28194759773.issue7897@psf.upfronthosting.co.za>
2010-02-11 15:22:01michael.foordlinkissue7897 messages
2010-02-11 15:22:00michael.foordcreate