Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 35ee948 + ac2d1c7 commit 529d130Copy full SHA for 529d130
1 file changed
Lib/test/test_tools/test_fixcid.py
@@ -83,7 +83,8 @@ def run_script(self, input="", *, args=("-",), substfile="xx yy\n"):
83
script = os.path.join(scriptsdir, "fixcid.py")
84
with support.swap_attr(sys, "argv", argv), \
85
support.swap_attr(sys, "stdin", StringIO(input)), \
86
- support.captured_stdout() as output:
+ support.captured_stdout() as output, \
87
+ support.captured_stderr():
88
try:
89
runpy.run_path(script, run_name="__main__")
90
except SystemExit as exit:
0 commit comments