Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
133
def
_replace_line_separators(files, original, new):
Callers
nothing calls this directly
Calls
4
close
Method · 0.45
_close
Method · 0.45
cleanup
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected