Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ tearDown
Method
tearDown
src/tests/executor_test.py:246–249 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
244
test_utils.setup()
245
246
def
tearDown(self) -> None:
247
self.executor.process_wrapper.kill()
248
249
test_utils.cleanup()
250
251
252
class
TestBuildCommandArgs(unittest.TestCase):
Callers
nothing calls this directly
Calls
2
kill
Method · 0.45
cleanup
Method · 0.45
Tested by
no test coverage detected