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

Method test_target_exists

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

Source from the content-addressed store, hash-verified

492
493 @skip_win32
494 def test_target_exists(self):
495 dst = self.dst("target")
496 open(dst, "w", encoding="utf-8").close()
497 path.link_or_copy(self.src, dst)
498 self.assert_inode_equal(self.src, dst)
499
500 @skip_win32
501 def test_no_link(self):

Callers

nothing calls this directly

Calls 3

dstMethod · 0.95
assert_inode_equalMethod · 0.95
closeMethod · 0.45

Tested by

no test coverage detected