MCPcopy Index your code
hub / github.com/ipython/ipython / test_link_successful

Method test_link_successful

tests/test_path.py:480–483  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

478
479 @skip_win32
480 def test_link_successful(self):
481 dst = self.dst("target")
482 path.link_or_copy(self.src, dst)
483 self.assert_inode_equal(self.src, dst)
484
485 @skip_win32
486 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