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

Method test_invalid

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

Source from the content-addressed store, hash-verified

2631 self._test_error(data + b"\0" * 13)
2632
2633 def test_invalid(self):
2634 self._test_error(b"a" * 512)
2635
2636class GzipAppendTest(GzipTest, AppendTestBase, unittest.TestCase):
2637 pass

Callers

nothing calls this directly

Calls 1

_test_errorMethod · 0.95

Tested by

no test coverage detected