MCPcopy Create free account
hub / github.com/EasyIME/PIME / term_and_wait

Method term_and_wait

python/python3/tornado/test/process_test.py:138–140  ·  view source on GitHub ↗
(self, subproc)

Source from the content-addressed store, hash-verified

136@skipIfNonUnix
137class SubprocessTest(AsyncTestCase):
138 def term_and_wait(self, subproc):
139 subproc.proc.terminate()
140 subproc.proc.wait()
141
142 @gen_test
143 def test_subprocess(self):

Callers 3

test_subprocessMethod · 0.95
test_close_stdinMethod · 0.95
test_stderrMethod · 0.95

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected