()
| 199 | # ── Lazarus Package (.lpk) ─────────────────────────────────────────────────── |
| 200 | |
| 201 | def 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 | |
| 207 | def test_lpk_finds_package_name(): |
nothing calls this directly
no test coverage detected