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

Method test_samestat_on_link

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

Source from the content-addressed store, hash-verified

310
311 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
312 def test_samestat_on_link(self):
313 try:
314 self._test_samestat_on_link_func(os.link)
315 except PermissionError as e:
316 self.skipTest('os.link(): %s' % e)
317
318 def test_sameopenfile(self):
319 filename = os_helper.TESTFN

Callers

nothing calls this directly

Calls 2

skipTestMethod · 0.80

Tested by

no test coverage detected