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

Method test_prove_true

tests/test_z3_ported.py:1954–1956  ·  view source on GitHub ↗

prove(True) succeeds.

(self, kernel)

Source from the content-addressed store, hash-verified

1952 """Test the prove() convenience function."""
1953
1954 def test_prove_true(self, kernel):
1955 """prove(True) succeeds."""
1956 assert prove(BoolVal(True))
1957
1958 def test_prove_simple_tautology(self, kernel):
1959 p = Bool("p")

Callers

nothing calls this directly

Calls 2

proveFunction · 0.90
BoolValFunction · 0.90

Tested by

no test coverage detected