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 eric.araujo
Recipients Julian, Yaroslav.Halchenko, abingham, brian.curtin, eric.araujo, eric.snow, exarkun, ezio.melotti, fperez, hpk, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray, spiv
Date 2012-06-24.17:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340557696.03.0.467937025217.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
I like test_email’s decorator.  It looks like https://github.com/wolever/nose-parameterized which I’m using.   (The implementation and generation of test method names may be less nice than what was discussed here, but the API (decorator + list of arguments) is something I like (much better than nose’s built-in parametrization).
History
Date User Action Args
2012-06-24 17:08:16eric.araujosetrecipients: + eric.araujo, spiv, exarkun, ncoghlan, pitrou, ezio.melotti, r.david.murray, michael.foord, brian.curtin, hpk, fperez, Yaroslav.Halchenko, nchauvat, Julian, abingham, eric.snow
2012-06-24 17:08:16eric.araujosetmessageid: <1340557696.03.0.467937025217.issue7897@psf.upfronthosting.co.za>
2012-06-24 17:08:15eric.araujolinkissue7897 messages
2012-06-24 17:08:14eric.araujocreate