(self)
| 3139 | @unittest.skipIf(hasattr(os, "symlink"), |
| 3140 | "Skip emulation if symlink exists") |
| 3141 | def test_symlink_extraction2(self): |
| 3142 | self._test_link_extraction("./ustar/linktest2/symtype") |
| 3143 | |
| 3144 | |
| 3145 | class Bz2PartialReadTest(Bz2Test, unittest.TestCase): |
nothing calls this directly
no test coverage detected