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

Method test_sparse_file_old

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

Source from the content-addressed store, hash-verified

1262 self.assertLess(s.st_blocks * 512, s.st_size)
1263
1264 def test_sparse_file_old(self):
1265 self._test_sparse_file("gnu/sparse")
1266
1267 def test_sparse_file_00(self):
1268 self._test_sparse_file("gnu/sparse-0.0")

Callers

nothing calls this directly

Calls 1

_test_sparse_fileMethod · 0.95

Tested by

no test coverage detected