MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_hardlink_extraction1

Method test_hardlink_extraction1

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

Source from the content-addressed store, hash-verified

3107 @unittest.skipIf(hasattr(os.path, "islink"),
3108 "Skip emulation - has os.path.islink but not os.link")
3109 def test_hardlink_extraction1(self):
3110 self._test_link_extraction("ustar/lnktype")
3111
3112 @unittest.skipIf(hasattr(os.path, "islink"),
3113 "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