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

Function test_ruby_finds_class

tests/test_languages.py:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 assert "error" not in r
295
296def test_ruby_finds_class():
297 r = extract_ruby(FIXTURES / "sample.rb")
298 assert any("ApiClient" in l for l in _labels(r))
299
300def test_ruby_finds_methods():
301 r = extract_ruby(FIXTURES / "sample.rb")

Callers

nothing calls this directly

Calls 2

extract_rubyFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected