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

Method test_eval_raises

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

Source from the content-addressed store, hash-verified

4478
4479class TestModelRefExtended:
4480 def test_eval_raises(self):
4481 m = ModelRef()
4482 with pytest.raises(NotImplementedError):
4483 m.eval(Int("x"))
4484
4485 def test_evaluate_alias(self):
4486 m = ModelRef()

Callers

nothing calls this directly

Calls 3

evalMethod · 0.95
ModelRefClass · 0.90
IntFunction · 0.90

Tested by

no test coverage detected