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

Method test_parse_string_raises

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

Source from the content-addressed store, hash-verified

4157 assert result == sat
4158
4159 def test_parse_string_raises(self):
4160 fp = Fixedpoint()
4161 with pytest.raises(NotImplementedError):
4162 fp.parse_string("(rule true)")
4163
4164 def test_repr(self):
4165 fp = Fixedpoint()

Callers

nothing calls this directly

Calls 2

parse_stringMethod · 0.95
FixedpointClass · 0.90

Tested by

no test coverage detected