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

Method test_fileobj_link1

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

Source from the content-addressed store, hash-verified

232 self.assertEqual(a.name, b.name)
233
234 def test_fileobj_link1(self):
235 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
236
237 def test_fileobj_link2(self):
238 self._test_fileobj_link("./ustar/linktest2/lnktype",

Callers

nothing calls this directly

Calls 1

_test_fileobj_linkMethod · 0.95

Tested by

no test coverage detected