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

Method test_find_members

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

Source from the content-addressed store, hash-verified

682 "wrong uname for %s" % tarinfo.name)
683
684 def test_find_members(self):
685 self.assertEqual(self.tar.getmembers()[-1].name, "misc/eof",
686 "could not find all members")
687
688 @unittest.skipUnless(hasattr(os, "link"),
689 "Missing hardlink implementation")

Callers

nothing calls this directly

Calls 2

getmembersMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected