()
| 98 | assert any("process" in l for l in labels) |
| 99 | |
| 100 | def test_java_finds_imports(): |
| 101 | r = extract_java(FIXTURES / "sample.java") |
| 102 | assert "imports" in _relations(r) |
| 103 | |
| 104 | |
| 105 | def test_java_import_edges_have_import_context(): |
nothing calls this directly
no test coverage detected