MCPcopy Create free account
hub / github.com/Ahmeth4n/renef / setUp

Method setUp

bindings/python/tests/test_api.py:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113class TestFileAPI(unittest.TestCase):
114
115 def setUp(self):
116 self.mock = MockSession()
117 self.file = File(self.mock)
118
119 def test_read(self):
120 self.mock.set_eval_response(True, "hello world\n")

Callers

nothing calls this directly

Calls 2

FileClass · 0.90
MockSessionClass · 0.85

Tested by

no test coverage detected