(self)
| 1035 | testfunc(self.tarname, "r|*") |
| 1036 | |
| 1037 | def test_detect_file(self): |
| 1038 | self._test_modes(self._testfunc_file) |
| 1039 | |
| 1040 | def test_detect_fileobj(self): |
| 1041 | self._test_modes(self._testfunc_fileobj) |
nothing calls this directly
no test coverage detected