()
| 179 | assert any("HttpClient" in l for l in labels) |
| 180 | |
| 181 | def test_cpp_finds_includes(): |
| 182 | r = extract_cpp(FIXTURES / "sample.cpp") |
| 183 | assert "imports" in _relations(r) |
| 184 | |
| 185 | |
| 186 | def test_cpp_import_edges_have_import_context(): |
nothing calls this directly
no test coverage detected