Skip to content

Commit

Permalink
add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframAlph committed Jan 2, 2025
1 parent c13851c commit db3031a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/test/test_cmd_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ def test_osx_android_utf8(self):
self.assertEqual(stdout, expected)
self.assertEqual(p.returncode, 0)

@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0", "Python stdio buffering is disabled.")
@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
"Python stdio buffering is disabled.")
def test_non_interactive_output_buffering(self):
code = textwrap.dedent("""
import sys
Expand Down

0 comments on commit db3031a

Please sign in to comment.