]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18441: Make test.support.requires('gui') skip when it should.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 22 Jul 2013 00:13:24 +0000 (20:13 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 22 Jul 2013 00:13:24 +0000 (20:13 -0400)
commit2c636fd6550e6fcc922f94e36b5a34d978ad019c
tree77ba419eca875f3f20676b0ecce44fadb277dbc6
parent14ef0c8d6bb1794910e815fb3c61d22cc966a49e
Issue #18441: Make test.support.requires('gui') skip when it should.
(Consolidating this check and various checks in tkinter files and moving them
to test.support and test.regrtest will be another issue.)
Lib/idlelib/idle_test/test_text.py
Lib/test/test_idle.py