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 brett.cannon, eric.araujo, ezio.melotti, r.david.murray, serhiy.storchaka, skrah, terry.reedy, zach.ware
Date 2012-12-28.21:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356729169.76.0.994281900399.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
That sounds right to me.

Note that PEP 399 is following older conventions that were laid down in a time when unittest did not *have* test discovery, so this is a new paradigm we'd like to move to (for the reasons Brett mentioned), and it may take a while to get there.  It applies to more than just the python/C accelerator distinction; it applies any time a base class plus specialized classes are used to construct test cases.  (I do this a bunch in the email tests, for example, and that has no accelerator.)
History
Date User Action Args
2012-12-28 21:12:49r.david.murraysetrecipients: + r.david.murray, brett.cannon, terry.reedy, ezio.melotti, eric.araujo, skrah, zach.ware, serhiy.storchaka
2012-12-28 21:12:49r.david.murraysetmessageid: <1356729169.76.0.994281900399.issue16748@psf.upfronthosting.co.za>
2012-12-28 21:12:49r.david.murraylinkissue16748 messages
2012-12-28 21:12:49r.david.murraycreate