MCPcopy Index your code
hub / github.com/bugy/script-server / tearDown

Method tearDown

src/tests/executor_test.py:658–664  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

656 super().setUp()
657
658 def tearDown(self):
659 super().tearDown()
660
661 test_utils.cleanup()
662
663 self.finish_process()
664 self.executor.cleanup()
665
666 def write_process_output(self, text):
667 wrapper = self.executor.process_wrapper

Callers

nothing calls this directly

Calls 2

finish_processMethod · 0.95
cleanupMethod · 0.45

Tested by

no test coverage detected