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

Method test_fileobj_symlink2

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

Source from the content-addressed store, hash-verified

242 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
243
244 def test_fileobj_symlink2(self):
245 self._test_fileobj_link("./ustar/linktest2/symtype",
246 "ustar/linktest1/regtype")
247
248 def test_issue14160(self):
249 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