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

Method test_longlink_1024

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

Source from the content-addressed store, hash-verified

1972 self._test("name", ("longlnk/" * 127) + "longlnk")
1973
1974 def test_longlink_1024(self):
1975 self._test("name", ("longlnk/" * 127) + "longlink")
1976
1977 def test_longlink_1025(self):
1978 self._test("name", ("longlnk/" * 127) + "longlink_")

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected