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

Method test_longnamelink_1024

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

Source from the content-addressed store, hash-verified

1965 ("longlnk/" * 127) + "longlnk")
1966
1967 def test_longnamelink_1024(self):
1968 self._test(("longnam/" * 127) + "longname",
1969 ("longlnk/" * 127) + "longlink")
1970
1971 def test_longnamelink_1025(self):
1972 self._test(("longnam/" * 127) + "longname_",

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected