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

Method test_samestat_on_symlink

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

Source from the content-addressed store, hash-verified

306
307 @os_helper.skip_unless_symlink
308 def test_samestat_on_symlink(self):
309 self._test_samestat_on_link_func(os.symlink)
310
311 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
312 def test_samestat_on_link(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected