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

Method test_longlink_1023

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

Source from the content-addressed store, hash-verified

1952 self._test(("longnam/" * 127) + "longname_")
1953
1954 def test_longlink_1023(self):
1955 self._test("name", ("longlnk/" * 127) + "longlnk")
1956
1957 def test_longlink_1024(self):
1958 self._test("name", ("longlnk/" * 127) + "longlink")

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected