[issue16784] Int tests enhancement and refactoring

Chris Jerdonek report at bugs.python.org
Thu Dec 27 06:48:28 CET 2012


Chris Jerdonek added the comment:

I created issue 16790 to allow the sharing of tests between test_int and test_long in 2.7.  I don't think issue 16761 and issue 16772 should be prerequisites to this issue though because both issues could benefit from issue 16790 being committed first (since both issues may involve adding tests to test_int and test_long).

Also, I don't necessarily think that *all* tests should be shared between test_int and test_long because that refactoring may be too invasive, but certainly the new ones we are considering adding.

----------
dependencies: +provide ability to share tests between int and long tests

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16784>
_______________________________________


More information about the Python-bugs-list mailing list