MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_help

Method test_help

tests/test_z3_ported.py:4533–4536  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4531 assert result == unknown
4532
4533 def test_help(self):
4534 s = Solver()
4535 h = s.help()
4536 assert isinstance(h, str)
4537
4538 def test_param_descrs(self):
4539 s = Solver()

Callers

nothing calls this directly

Calls 2

helpMethod · 0.95
SolverClass · 0.90

Tested by

no test coverage detected