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

Method setUp

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

Source from the content-addressed store, hash-verified

115 return False
116
117 def setUp(self):
118 self.output_stream = Observable()
119
120 test_utils.setup()
121
122 super().setUp()
123
124 def tearDown(self):
125 self.output_stream.close()

Callers

nothing calls this directly

Calls 2

ObservableClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected