summaryrefslogtreecommitdiffstats
path: root/Lib/test/double_const.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-108303: Move `double_const` to `test_import` where it belongs ↵Miss Islington (bot)2023-12-111-30/+0
| | | | | | | | (GH-112108) (#112976) gh-108303: Move `double_const` to `test_import` where it belongs (GH-112108) (cherry picked from commit 0738b9a338fd27ff2d4456dd9c15801a8858ffd9) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
|
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
| | | | | | | | imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed.
* This is a test showing SF bug 422177. It won't trigger until I check inTim Peters2001-05-081-0/+30
another change (to test_import.py, which simply imports the new file). I'm checking this piece in now, though, to make it easier to distribute a patch for x-platform checking.