()
| 58 | # ── C ──────────────────────────────────────────────────────────────────────── |
| 59 | |
| 60 | def test_c_no_error(): |
| 61 | r = extract_c(FIXTURES / "sample.c") |
| 62 | assert "error" not in r |
| 63 | |
| 64 | def test_c_finds_functions(): |
| 65 | r = extract_c(FIXTURES / "sample.c") |
nothing calls this directly
no test coverage detected