(tmpdir)
| 3467 | |
| 3468 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
| 3469 | def test_clang_tidy_project(tmpdir): |
| 3470 | __test_clang_tidy(tmpdir, True) |
| 3471 | |
| 3472 | |
| 3473 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
nothing calls this directly
no test coverage detected