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

Method test_samestat_on_symlink

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

Source from the content-addressed store, hash-verified

300
301 @os_helper.skip_unless_symlink
302 def test_samestat_on_symlink(self):
303 self._test_samestat_on_link_func(os.symlink)
304
305 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
306 def test_samestat_on_link(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected