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

Method test_create

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

Source from the content-addressed store, hash-verified

3398 """Test Optimize stub class."""
3399
3400 def test_create(self):
3401 o = Optimize()
3402 assert isinstance(o, Optimize)
3403
3404 def test_add(self):
3405 o = Optimize()

Callers

nothing calls this directly

Calls 1

OptimizeClass · 0.90

Tested by

no test coverage detected