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

Method test_stop

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

Source from the content-addressed store, hash-verified

194 self.assertIn('category="file"', lua)
195
196 def test_stop(self):
197 self.mock.set_eval_response(True, "ok\n")
198 ok, out, err = self.syscall.stop()
199 self.assertTrue(ok)
200 self.assertIn("Syscall.stop()", self.mock.eval_calls[-1])
201
202
203# ============================================================

Callers

nothing calls this directly

Calls 2

set_eval_responseMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected