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

Method test_longlink_1025

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

Source from the content-addressed store, hash-verified

1958 self._test("name", ("longlnk/" * 127) + "longlink")
1959
1960 def test_longlink_1025(self):
1961 self._test("name", ("longlnk/" * 127) + "longlink_")
1962
1963 def test_longnamelink_1023(self):
1964 self._test(("longnam/" * 127) + "longnam",

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected