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

Function test_lpk_finds_package_name

tests/test_pascal.py:207–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205
206
207def test_lpk_finds_package_name():
208 from graphify.extract import extract_lazarus_package
209 r = extract_lazarus_package(FIXTURES / "sample.lpk")
210 assert any("SamplePackage" in l for l in _labels(r))
211
212
213def test_lpk_finds_required_packages():

Callers

nothing calls this directly

Calls 2

extract_lazarus_packageFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected