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

Method test_sparse_file_old

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

Source from the content-addressed store, hash-verified

1279 self.assertLess(s.st_blocks * 512, s.st_size)
1280
1281 def test_sparse_file_old(self):
1282 self._test_sparse_file("gnu/sparse")
1283
1284 def test_sparse_file_00(self):
1285 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