(tmp_path)
| 4318 | |
| 4319 | |
| 4320 | def test_active_unusedfunction_only(tmp_path): |
| 4321 | __test_active_checkers(tmp_path, 1, 186, use_unusedfunction_only=True) |
| 4322 | |
| 4323 | |
| 4324 | def test_active_unusedfunction_only_builddir(tmp_path): |
nothing calls this directly
no test coverage detected