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

Method test_find_gnusparse_00

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

Source from the content-addressed store, hash-verified

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")
1149 self._test_member(tarinfo, size=86016, chksum=sha256_sparse)
1150
1151 def test_find_gnusparse_01(self):
1152 tarinfo = self.tar.getmember("gnu/sparse-0.1")

Callers

nothing calls this directly

Calls 2

_test_memberMethod · 0.95
getmemberMethod · 0.80

Tested by

no test coverage detected