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

Method test_fileobj_symlink2

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

Source from the content-addressed store, hash-verified

244 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
245
246 def test_fileobj_symlink2(self):
247 self._test_fileobj_link("./ustar/linktest2/symtype",
248 "ustar/linktest1/regtype")
249
250 def test_issue14160(self):
251 self._test_fileobj_link("symtype2", "ustar/regtype")

Callers

nothing calls this directly

Calls 1

_test_fileobj_linkMethod · 0.95

Tested by

no test coverage detected