()
| 85 | # ── C++ ─────────────────────────────────────────────────────────────────────── |
| 86 | |
| 87 | def test_cpp_no_error(): |
| 88 | r = extract_cpp(FIXTURES / "sample.cpp") |
| 89 | assert "error" not in r |
| 90 | |
| 91 | def test_cpp_finds_class(): |
| 92 | r = extract_cpp(FIXTURES / "sample.cpp") |
nothing calls this directly
no test coverage detected