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

Method test_longname_1025

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

Source from the content-addressed store, hash-verified

1966 self._test(("longnam/" * 127) + "longname")
1967
1968 def test_longname_1025(self):
1969 self._test(("longnam/" * 127) + "longname_")
1970
1971 def test_longlink_1023(self):
1972 self._test("name", ("longlnk/" * 127) + "longlnk")

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected