MCPcopy Index your code
hub / github.com/RustPython/RustPython / run_batch

Method run_batch

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

Source from the content-addressed store, hash-verified

920 self.run_tests(args)
921
922 def run_batch(self, *args):
923 proc = self.run_command(args,
924 # gh-133711: cmd.exe uses the OEM code page
925 # to display the non-ASCII current directory
926 errors="backslashreplace")
927 self.check_output(proc.stdout)
928
929 @unittest.skipUnless(sysconfig.is_python_build(),
930 '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