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

Method test_open

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

Source from the content-addressed store, hash-verified

45
46class TestScriptOutputLogging(unittest.TestCase):
47 def test_open(self):
48 self.output_logger = self.create_logger()
49 self.output_logger.start()
50
51 self.assertTrue(self.is_file_opened())
52
53 def test_close(self):
54 self.output_logger = self.create_logger()

Callers

nothing calls this directly

Calls 3

create_loggerMethod · 0.95
is_file_openedMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected