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

Method test_incomplete

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

Source from the content-addressed store, hash-verified

2603 self._test_error(b"")
2604
2605 def test_incomplete(self):
2606 self._test_error(b"\0" * 13)
2607
2608 def test_premature_eof(self):
2609 data = tarfile.TarInfo("foo").tobuf()

Callers

nothing calls this directly

Calls 1

_test_errorMethod · 0.95

Tested by

no test coverage detected