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 chris.jerdonek
Recipients asvetlov, chris.jerdonek, ezio.melotti, serhiy.storchaka, terry.reedy
Date 2012-12-24.21:13:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356383620.05.0.950048267771.issue16761@psf.upfronthosting.co.za>
In-reply-to
Content
This is good work.  Thanks.

> I think merging test_int and test_long is hard task and should be done in separated issue.

I meant "share" rather than "merge."  For the tests you're adding, isn't it simply a matter of putting the test cases into a separate mixin or TestCase class in a different module, and then importing and subclassing that (and setting the type to use as an attribute of the subclass)?  Or am I missing something?
History
Date User Action Args
2012-12-24 21:13:40chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, ezio.melotti, asvetlov, serhiy.storchaka
2012-12-24 21:13:40chris.jerdoneksetmessageid: <1356383620.05.0.950048267771.issue16761@psf.upfronthosting.co.za>
2012-12-24 21:13:40chris.jerdoneklinkissue16761 messages
2012-12-24 21:13:39chris.jerdonekcreate