()
| 165 | # ── C++ ─────────────────────────────────────────────────────────────────────── |
| 166 | |
| 167 | def test_cpp_no_error(): |
| 168 | r = extract_cpp(FIXTURES / "sample.cpp") |
| 169 | assert "error" not in r |
| 170 | |
| 171 | def test_cpp_finds_class(): |
| 172 | r = extract_cpp(FIXTURES / "sample.cpp") |
nothing calls this directly
no test coverage detected