]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use absolute imports in IDLE tests (GH-26581)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 7 Jun 2021 21:56:34 +0000 (17:56 -0400)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 21:56:34 +0000 (17:56 -0400)
commite915db3e9e512249a6f494c0b331db2d021e1f56
treed63eea1fbe19d9fba945dc4e4531d150ce441a29
parent449e6f0ef395231e3abe467f910b02d7f075c27f
Use absolute imports in IDLE tests (GH-26581)

Relative imports do not work when running test_x as main.
Lib/idlelib/idle_test/test_colorizer.py