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

Method test_find_members

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getmembersMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected