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

Method test_samefile_on_link

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

Source from the content-addressed store, hash-verified

267
268 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
269 def test_samefile_on_link(self):
270 try:
271 self._test_samefile_on_link_func(os.link)
272 except PermissionError as e:
273 self.skipTest('os.link(): %s' % e)
274
275 def test_samestat(self):
276 test_fn1 = os_helper.TESTFN

Callers

nothing calls this directly

Calls 2

skipTestMethod · 0.80

Tested by

no test coverage detected