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

Method test_hardlink_extraction1

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

Source from the content-addressed store, hash-verified

3124 @unittest.skipIf(hasattr(os.path, "islink"),
3125 "Skip emulation - has os.path.islink but not os.link")
3126 def test_hardlink_extraction1(self):
3127 self._test_link_extraction("ustar/lnktype")
3128
3129 @unittest.skipIf(hasattr(os.path, "islink"),
3130 "Skip emulation - has os.path.islink but not os.link")

Callers

nothing calls this directly

Calls 1

_test_link_extractionMethod · 0.95

Tested by

no test coverage detected