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 c13851c commit db3031aCopy full SHA for db3031a
Lib/test/test_cmd_line.py
@@ -336,7 +336,8 @@ def test_osx_android_utf8(self):
336
self.assertEqual(stdout, expected)
337
self.assertEqual(p.returncode, 0)
338
339
- @unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0", "Python stdio buffering is disabled.")
+ @unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
340
+ "Python stdio buffering is disabled.")
341
def test_non_interactive_output_buffering(self):
342
code = textwrap.dedent("""
343
import sys
0 commit comments