MCPcopy Create free account
hub / github.com/ipython/ipython / test_link_successful

Method test_link_successful

IPython/utils/tests/test_path.py:447–450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

445
446 @skip_win32
447 def test_link_successful(self):
448 dst = self.dst("target")
449 path.link_or_copy(self.src, dst)
450 self.assert_inode_equal(self.src, dst)
451
452 @skip_win32
453 def test_link_into_dir(self):

Callers

nothing calls this directly

Calls 2

dstMethod · 0.95
assert_inode_equalMethod · 0.95

Tested by

no test coverage detected