MCPcopy Index your code
hub / github.com/python/cpython / run_batch

Method run_batch

Lib/test/test_regrtest.py:956–961  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

954 self.run_tests(args)
955
956 def run_batch(self, *args):
957 proc = self.run_command(args,
958 # gh-133711: cmd.exe uses the OEM code page
959 # to display the non-ASCII current directory
960 errors="backslashreplace")
961 self.check_output(proc.stdout)
962
963 @unittest.skipUnless(sysconfig.is_python_build(),
964 'test.bat script is not installed')

Callers 2

test_pcbuild_rtMethod · 0.95

Calls 2

check_outputMethod · 0.95
run_commandMethod · 0.45

Tested by

no test coverage detected