(self)
| 3122 | @unittest.skipIf(hasattr(os, "symlink"), |
| 3123 | "Skip emulation if symlink exists") |
| 3124 | def test_symlink_extraction2(self): |
| 3125 | self._test_link_extraction("./ustar/linktest2/symtype") |
| 3126 | |
| 3127 | |
| 3128 | class Bz2PartialReadTest(Bz2Test, unittest.TestCase): |
nothing calls this directly
no test coverage detected