MCPcopy Index your code
hub / github.com/python/cpython / test_hardlink_extraction2

Method test_hardlink_extraction2

Lib/test/test_tarfile.py:3131–3132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3129 @unittest.skipIf(hasattr(os.path, "islink"),
3130 "Skip emulation - has os.path.islink but not os.link")
3131 def test_hardlink_extraction2(self):
3132 self._test_link_extraction("./ustar/linktest2/lnktype")
3133
3134 @unittest.skipIf(hasattr(os, "symlink"),
3135 "Skip emulation if symlink exists")

Callers

nothing calls this directly

Calls 1

_test_link_extractionMethod · 0.95

Tested by

no test coverage detected