We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7ff84 commit 08ecd09Copy full SHA for 08ecd09
1 file changed
Lib/idlelib/idle_test/test_squeezer.py
@@ -170,6 +170,7 @@ def test_write_not_stdout(self):
170
171
def test_write_stdout(self):
172
"""Test Squeezer's overriding of the EditorWindow's write() method."""
173
+ requires('gui')
174
editwin = self.make_mock_editor_window()
175
176
for text in ['', 'TEXT']:
0 commit comments