MCPcopy Create free account
hub / github.com/Tong89/smartNode / engine

Function engine

tests/test_store.py:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14@pytest.fixture
15def engine():
16 eng = create_engine(seed=0, autostart=False)
17 yield eng
18 eng.running = False
19
20
21@pytest.fixture

Callers

nothing calls this directly

Calls 1

create_engineFunction · 0.90

Tested by

no test coverage detected