MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_lpk_no_error

Function test_lpk_no_error

tests/test_pascal.py:201–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199# ── Lazarus Package (.lpk) ───────────────────────────────────────────────────
200
201def test_lpk_no_error():
202 from graphify.extract import extract_lazarus_package
203 r = extract_lazarus_package(FIXTURES / "sample.lpk")
204 assert "error" not in r
205
206
207def test_lpk_finds_package_name():

Callers

nothing calls this directly

Calls 1

extract_lazarus_packageFunction · 0.90

Tested by

no test coverage detected