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

Method test_sort_kind_bool

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

Source from the content-addressed store, hash-verified

3284 assert T.name() == "MySort"
3285
3286 def test_sort_kind_bool(self):
3287 assert BoolSort().kind() == 1
3288
3289 def test_sort_kind_int(self):
3290 assert IntSort().kind() == 2

Callers

nothing calls this directly

Calls 2

BoolSortFunction · 0.90
kindMethod · 0.45

Tested by

no test coverage detected