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

Function test_java_finds_imports

tests/test_languages.py:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 assert any("process" in l for l in labels)
99
100def test_java_finds_imports():
101 r = extract_java(FIXTURES / "sample.java")
102 assert "imports" in _relations(r)
103
104
105def test_java_import_edges_have_import_context():

Callers

nothing calls this directly

Calls 2

extract_javaFunction · 0.90
_relationsFunction · 0.70

Tested by

no test coverage detected