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

Method test_longnamelink_1024

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

Source from the content-addressed store, hash-verified

1982 ("longlnk/" * 127) + "longlnk")
1983
1984 def test_longnamelink_1024(self):
1985 self._test(("longnam/" * 127) + "longname",
1986 ("longlnk/" * 127) + "longlink")
1987
1988 def test_longnamelink_1025(self):
1989 self._test(("longnam/" * 127) + "longname_",

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected