()
| 18 | |
| 19 | |
| 20 | def test_pascal_no_error(): |
| 21 | from graphify.extract import extract_pascal |
| 22 | r = extract_pascal(FIXTURES / "sample.pas") |
| 23 | assert "error" not in r |
| 24 | |
| 25 | |
| 26 | def test_pascal_finds_unit(): |
nothing calls this directly
no test coverage detected