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

Method test_find_gnusparse

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

Source from the content-addressed store, hash-verified

1141 self._test_member(tarinfo, size=86016, chksum=sha256_sparse)
1142
1143 def test_find_gnusparse(self):
1144 tarinfo = self.tar.getmember("gnu/sparse")
1145 self._test_member(tarinfo, size=86016, chksum=sha256_sparse)
1146
1147 def test_find_gnusparse_00(self):
1148 tarinfo = self.tar.getmember("gnu/sparse-0.0")

Callers

nothing calls this directly

Calls 2

_test_memberMethod · 0.95
getmemberMethod · 0.80

Tested by

no test coverage detected