MCPcopy
hub / github.com/safishamsi/graphify / test_ruby_no_error

Function test_ruby_no_error

tests/test_languages.py:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106# ── Ruby ─────────────────────────────────────────────────────────────────────
107
108def test_ruby_no_error():
109 r = extract_ruby(FIXTURES / "sample.rb")
110 assert "error" not in r
111
112def test_ruby_finds_class():
113 r = extract_ruby(FIXTURES / "sample.rb")

Callers

nothing calls this directly

Calls 1

extract_rubyFunction · 0.90

Tested by

no test coverage detected