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

Method test_boolval_repr

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

Source from the content-addressed store, hash-verified

2318 assert "42" in repr(v)
2319
2320 def test_boolval_repr(self):
2321 assert "True" in repr(BoolVal(True))
2322 assert "False" in repr(BoolVal(False))
2323
2324 def test_bv_val_repr(self):
2325 v = BitVecVal(255, 8)

Callers

nothing calls this directly

Calls 1

BoolValFunction · 0.90

Tested by

no test coverage detected