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 Arfrever, Julian, Yaroslav.Halchenko, abingham, bfroehle, borja.ruiz, brett.cannon, brian.curtin, chris.jerdonek, eric.araujo, eric.snow, exarkun, ezio.melotti, flox, fperez, hpk, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray, santoso.wijaya, serhiy.storchaka, spiv
Date 2013-02-10.15:01:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360508517.57.0.0912067934766.issue16997@psf.upfronthosting.co.za>
In-reply-to
Content
And on the "superior implementation strategy", both nose and py.test used to have runtime test generation and both have deprecated them and moved to collection time parameterization. (But I guess we know better.)

You don't need PEP 422 for parameterization. The TestLoader creates multiple test cases for the parameter sets.
History
Date User Action Args
2013-02-10 15:01:57michael.foordsetrecipients: + michael.foord, brett.cannon, spiv, exarkun, ncoghlan, pitrou, ezio.melotti, eric.araujo, Arfrever, r.david.murray, brian.curtin, hpk, flox, fperez, chris.jerdonek, Yaroslav.Halchenko, santoso.wijaya, nchauvat, Julian, abingham, eric.snow, serhiy.storchaka, borja.ruiz, bfroehle
2013-02-10 15:01:57michael.foordsetmessageid: <1360508517.57.0.0912067934766.issue16997@psf.upfronthosting.co.za>
2013-02-10 15:01:57michael.foordlinkissue16997 messages
2013-02-10 15:01:57michael.foordcreate