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

Method test_target_exists

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

Source from the content-addressed store, hash-verified

459
460 @skip_win32
461 def test_target_exists(self):
462 dst = self.dst("target")
463 open(dst, "w").close()
464 path.link_or_copy(self.src, dst)
465 self.assert_inode_equal(self.src, dst)
466
467 @skip_win32
468 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