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

Method setUp

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

Source from the content-addressed store, hash-verified

55class TestOSAPI(unittest.TestCase):
56
57 def setUp(self):
58 self.mock = MockSession()
59 self.os = OS(self.mock)
60
61 def test_getpid(self):
62 self.mock.set_eval_response(True, "12345\n")

Callers

nothing calls this directly

Calls 2

OSClass · 0.90
MockSessionClass · 0.85

Tested by

no test coverage detected