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

Method test_link_into_dir

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

Source from the content-addressed store, hash-verified

484
485 @skip_win32
486 def test_link_into_dir(self):
487 dst = self.dst("some_dir")
488 os.mkdir(dst)
489 path.link_or_copy(self.src, dst)
490 expected_dst = self.dst("some_dir", os.path.basename(self.src))
491 self.assert_inode_equal(self.src, expected_dst)
492
493 @skip_win32
494 def test_target_exists(self):

Callers

nothing calls this directly

Calls 2

dstMethod · 0.95
assert_inode_equalMethod · 0.95

Tested by

no test coverage detected