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

Function test_ruby_finds_methods

tests/test_languages.py:300–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 assert any("ApiClient" in l for l in _labels(r))
299
300def test_ruby_finds_methods():
301 r = extract_ruby(FIXTURES / "sample.rb")
302 labels = _labels(r)
303 assert any("get" in l for l in labels)
304 assert any("post" in l for l in labels)
305
306def test_ruby_finds_function():
307 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