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

Method test_statistics_create

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

Source from the content-addressed store, hash-verified

4457 assert isinstance(t, Tactic)
4458
4459 def test_statistics_create(self):
4460 s = Statistics()
4461 assert len(s) == 0
4462
4463 def test_statistics_with_data(self):
4464 s = Statistics({"time": 1.5, "conflicts": 42})

Callers

nothing calls this directly

Calls 1

StatisticsClass · 0.90

Tested by

no test coverage detected