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 r.david.murray
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-05-31.01:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338429461.78.0.271322068709.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
People interested in this issue might be interested in changeset e6a33938b03f.  I use parameterized unit tests in email a lot, and was annoyed by the fact that I couldn't run the tests individually using the unittest CLI.  The fix for that turned out to be trivial, but by the time I figured it out, I'd already written most of the metaclass.  So since the metaclass reduces the boilerplate (albeit at the cost of looking like black magic), I decided to go with it.  And the metaclass at least avoids the rather questionable use of the "modify locals()" hack I was using before.
History
Date User Action Args
2012-05-31 01:57:42r.david.murraysetrecipients: + r.david.murray, spiv, exarkun, ncoghlan, pitrou, ezio.melotti, eric.araujo, michael.foord, brian.curtin, hpk, fperez, Yaroslav.Halchenko, nchauvat, Julian, abingham, eric.snow
2012-05-31 01:57:41r.david.murraysetmessageid: <1338429461.78.0.271322068709.issue7897@psf.upfronthosting.co.za>
2012-05-31 01:57:41r.david.murraylinkissue7897 messages
2012-05-31 01:57:40r.david.murraycreate