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

Method test_from_string_raises

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

Source from the content-addressed store, hash-verified

4518 Solver.from_file("test.smt2")
4519
4520 def test_from_string_raises(self):
4521 with pytest.raises(NotImplementedError):
4522 Solver.from_string("(assert true)")
4523
4524 def test_cube_empty(self):
4525 s = Solver()

Callers

nothing calls this directly

Calls 1

from_stringMethod · 0.45

Tested by

no test coverage detected