(self)
| 3134 | @unittest.skipIf(hasattr(os, "symlink"), |
| 3135 | "Skip emulation if symlink exists") |
| 3136 | def test_symlink_extraction1(self): |
| 3137 | self._test_link_extraction("ustar/symtype") |
| 3138 | |
| 3139 | @unittest.skipIf(hasattr(os, "symlink"), |
| 3140 | "Skip emulation if symlink exists") |
nothing calls this directly
no test coverage detected