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 serhiy.storchaka
Recipients brett.cannon, eric.araujo, serhiy.storchaka, zach.ware
Date 2012-12-22.09:00:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356166804.05.0.113676337754.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
No need to add this trivial class to test.support. Mixin can have different parameters in additional to 'module' (see 16659).

I found a lot of usages of this idiom in tests and some of them can't be changed so simple (for example test_genericpath and test_functools).
History
Date User Action Args
2012-12-22 09:00:04serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, eric.araujo, zach.ware
2012-12-22 09:00:04serhiy.storchakasetmessageid: <1356166804.05.0.113676337754.issue16748@psf.upfronthosting.co.za>
2012-12-22 09:00:04serhiy.storchakalinkissue16748 messages
2012-12-22 09:00:03serhiy.storchakacreate