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

Method test_samestat_on_link

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

Source from the content-addressed store, hash-verified

304
305 @unittest.skipUnless(hasattr(os, 'link'), 'requires os.link')
306 def test_samestat_on_link(self):
307 try:
308 self._test_samestat_on_link_func(os.link)
309 except PermissionError as e:
310 self.skipTest('os.link(): %s' % e)
311
312 def test_sameopenfile(self):
313 filename = os_helper.TESTFN

Callers

nothing calls this directly

Calls 2

skipTestMethod · 0.80

Tested by

no test coverage detected