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 3fcea41 commit c23f749Copy full SHA for c23f749
1 file changed
Lib/idlelib/idle_test/test_squeezer.py
@@ -171,6 +171,7 @@ def test_write_not_stdout(self):
171
172
def test_write_stdout(self):
173
"""Test Squeezer's overriding of the EditorWindow's write() method."""
174
+ requires('gui')
175
editwin = self.make_mock_editor_window()
176
177
for text in ['', 'TEXT']:
0 commit comments