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

Function test_lpk_finds_required_packages

tests/test_pascal.py:213–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212
213def test_lpk_finds_required_packages():
214 from graphify.extract import extract_lazarus_package
215 r = extract_lazarus_package(FIXTURES / "sample.lpk")
216 labels = _labels(r)
217 assert any("FCL" in l for l in labels)
218 assert any("LCL" in l for l in labels)
219
220
221def test_lpk_imports_edges_have_import_context():

Callers

nothing calls this directly

Calls 2

extract_lazarus_packageFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected