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

Function test_groovy_finds_methods

tests/test_languages.py:2286–2290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2284
2285
2286def test_groovy_finds_methods():
2287 r = extract_groovy(FIXTURES / "sample.groovy")
2288 labels = _labels(r)
2289 assert any("process" in l for l in labels)
2290 assert any("reset" in l for l in labels)
2291
2292
2293def test_groovy_finds_imports():

Callers

nothing calls this directly

Calls 2

extract_groovyFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected