MCPcopy Index your code
hub / github.com/dbcli/mycli / fail

Method fail

test/pytests/test_main_modes_batch.py:125–126  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

123 self.started = True
124
125 def fail(self, text: str) -> None:
126 self.fail_calls.append(text)
127
128 def ok(self, text: str) -> None:
129 self.ok_calls.append(text)

Calls

no outgoing calls

Tested by

no test coverage detected