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

Method test_samefile_on_symlink

Lib/test/test_genericpath.py:259–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257
258 @os_helper.skip_unless_symlink
259 def test_samefile_on_symlink(self):
260 self._test_samefile_on_link_func(os.symlink)
261
262 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
263 def test_samefile_on_link(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected