MCPcopy
hub / github.com/bugy/script-server / test_close

Method test_close

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

Source from the content-addressed store, hash-verified

51 self.assertTrue(self.is_file_opened())
52
53 def test_close(self):
54 self.output_logger = self.create_logger()
55 self.output_logger.start()
56
57 self.output_stream.close()
58
59 self.assertFalse(self.is_file_opened())
60
61 def test_simple_log(self):
62 self.output_logger = self.create_logger()

Callers

nothing calls this directly

Calls 4

create_loggerMethod · 0.95
is_file_openedMethod · 0.95
startMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected