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

Method test_posixsubprocess

Lib/test/test_audit.py:87–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 self.do_test("test_ctypes_call_function")
86
87 def test_posixsubprocess(self):
88 import_helper.import_module("_posixsubprocess")
89 self.do_test("test_posixsubprocess")
90
91 def test_excepthook(self):
92 returncode, events, stderr = self.run_python("test_excepthook")

Callers

nothing calls this directly

Calls 2

do_testMethod · 0.95
import_moduleMethod · 0.45

Tested by

no test coverage detected