MCPcopy
hub / github.com/MinishLab/semble / ask

Method ask

tests/test_installer.py:409–410  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

407
408 class _No:
409 def ask(self):
410 return False
411
412 monkeypatch.setattr("semble.installer.installer.questionary.confirm", lambda *_, **__: _No())
413 with pytest.raises(SystemExit):

Callers 2

_checkboxFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected