()
| 304 | assert any("post" in l for l in labels) |
| 305 | |
| 306 | def test_ruby_finds_function(): |
| 307 | r = extract_ruby(FIXTURES / "sample.rb") |
| 308 | assert any("parse_response" in l for l in _labels(r)) |
| 309 | |
| 310 | |
| 311 | def test_ruby_inherits_edge(): |
nothing calls this directly
no test coverage detected