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

Function test_groovy_no_error

tests/test_languages.py:2276–2278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2274
2275
2276def test_groovy_no_error():
2277 r = extract_groovy(FIXTURES / "sample.groovy")
2278 assert "error" not in r
2279
2280
2281def test_groovy_finds_class():

Callers

nothing calls this directly

Calls 1

extract_groovyFunction · 0.90

Tested by

no test coverage detected