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

Method tearDown

src/tests/execution_logging_test.py:124–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 super().setUp()
123
124 def tearDown(self):
125 self.output_stream.close()
126 self.output_logger._close()
127
128 test_utils.cleanup()
129
130 super().tearDown()
131
132
133def _replace_line_separators(files, original, new):

Callers

nothing calls this directly

Calls 4

closeMethod · 0.45
_closeMethod · 0.45
cleanupMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected