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 pitrou
Recipients fperez, michael.foord, pitrou
Date 2010-02-11.15:17:39
SpamBayes Score 8.848203e-05
Marked as misclassified No
Message-id <1265901461.06.0.619217858245.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what this brings. It is easy to write a loop iterating over test data.
What parametric testing could bring is precise progress and error display (displaying the parameters for each run), but this doesn't seem to be the case here, since you are not making the parameters available to unittest. Your examples just boil down to writing "yield is_smaller(x, y)" instead of "self.assertLess(x, y)"...
History
Date User Action Args
2010-02-11 15:17:41pitrousetrecipients: + pitrou, michael.foord, fperez
2010-02-11 15:17:41pitrousetmessageid: <1265901461.06.0.619217858245.issue7897@psf.upfronthosting.co.za>
2010-02-11 15:17:39pitroulinkissue7897 messages
2010-02-11 15:17:39pitroucreate