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

Method test_samefile_on_symlink

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

Source from the content-addressed store, hash-verified

263
264 @os_helper.skip_unless_symlink
265 def test_samefile_on_symlink(self):
266 self._test_samefile_on_link_func(os.symlink)
267
268 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
269 def test_samefile_on_link(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected