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

Method test_invalid

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

Source from the content-addressed store, hash-verified

2614 self._test_error(data + b"\0" * 13)
2615
2616 def test_invalid(self):
2617 self._test_error(b"a" * 512)
2618
2619class GzipAppendTest(GzipTest, AppendTestBase, unittest.TestCase):
2620 pass

Callers

nothing calls this directly

Calls 1

_test_errorMethod · 0.95

Tested by

no test coverage detected