Message178271
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. |
|
Date |
User |
Action |
Args |
2012-12-27 05:33:17 | chris.jerdonek | set | recipients:
+ chris.jerdonek |
2012-12-27 05:33:17 | chris.jerdonek | set | messageid: <1356586397.32.0.370409223096.issue16790@psf.upfronthosting.co.za> |
2012-12-27 05:33:17 | chris.jerdonek | link | issue16790 messages |
2012-12-27 05:33:16 | chris.jerdonek | create | |
|