MCPcopy
hub / github.com/tornadoweb/tornado / term_and_wait

Method term_and_wait

tornado/test/process_test.py:137–139  ·  view source on GitHub ↗
(self, subproc)

Source from the content-addressed store, hash-verified

135@skipIfNonUnix
136class SubprocessTest(AsyncTestCase):
137 def term_and_wait(self, subproc):
138 subproc.proc.terminate()
139 subproc.proc.wait()
140
141 @gen_test
142 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