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 chris.jerdonek
Date 2012-12-27.05:33:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356586397.32.0.370409223096.issue16790@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, adding new int() and long() tests that are common to both requires duplicating the tests in both test_int and test_long, which makes the tests harder to review and maintain and keep in synch.

Providing a simple way to share tests between test_int and test_long will simplify adding new tests for issues like issue 16784, issue 16761, and issue 16772.

This issue isn't applicable to 3.x because in 3.x test_int and test_long both test int(), so it doesn't make sense to repeat tests in both.
History
Date User Action Args
2012-12-27 05:33:17chris.jerdoneksetrecipients: + chris.jerdonek
2012-12-27 05:33:17chris.jerdoneksetmessageid: <1356586397.32.0.370409223096.issue16790@psf.upfronthosting.co.za>
2012-12-27 05:33:17chris.jerdoneklinkissue16790 messages
2012-12-27 05:33:16chris.jerdonekcreate