MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_create

Method test_create

tests/test_abort_controller.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54class TestAbortController(unittest.TestCase):
55 def test_create(self):
56 ctrl = create_abort_controller()
57 self.assertFalse(ctrl.signal.aborted)
58
59 def test_abort(self):
60 ctrl = AbortController()

Callers

nothing calls this directly

Calls 1

create_abort_controllerFunction · 0.90

Tested by

no test coverage detected