(tmp_path)
| 85 | |
| 86 | # files with unknown extensions default to C++ |
| 87 | def test_language_unk(tmp_path): |
| 88 | __test_language(tmp_path, 'src', exp_lang='cpp') |
| 89 | |
| 90 | |
| 91 | def test_language_unk_force_c(tmp_path): |
nothing calls this directly
no test coverage detected