]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16790: add some of the recent issue #16045 int tests to test_long.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Thu, 27 Dec 2012 20:53:29 +0000 (12:53 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Thu, 27 Dec 2012 20:53:29 +0000 (12:53 -0800)
commit6f70fe804690bbfea9caefe1ba01029aa1abf0eb
tree8a6294137e99662ee92d634b0a2d9eb75ebc1c26
parent33e05e7905c00f601e4d1fea9ec0df0b3b9cb39c
Issue #16790: add some of the recent issue #16045 int tests to test_long.

This patch also provides a simple way to share tests going forward
between test_int and test_long.
Lib/test/test_int.py
Lib/test/test_long.py