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

Method test_longlink_1023

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

Source from the content-addressed store, hash-verified

1969 self._test(("longnam/" * 127) + "longname_")
1970
1971 def test_longlink_1023(self):
1972 self._test("name", ("longlnk/" * 127) + "longlnk")
1973
1974 def test_longlink_1024(self):
1975 self._test("name", ("longlnk/" * 127) + "longlink")

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected