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 f222132 commit a3d0008Copy full SHA for a3d0008
Lib/test/test_msvcrt.py
@@ -61,7 +61,8 @@ def test_get_osfhandle(self):
61
62
63
class TestConsoleIO(unittest.TestCase):
64
- @requires_resource('gui') # CREATE_NEW_CONSOLE will creates a "popup" window.
+ # CREATE_NEW_CONSOLE creates a "popup" window.
65
+ @requires_resource('gui')
66
def run_in_separated_process(self, code):
67
# Run test in a seprated process to avoid stdin conflicts.
68
# See: gh-110147
0 commit comments