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

Method test_windows

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

Source from the content-addressed store, hash-verified

511
512 @skip_if_not_win32
513 def test_windows(self):
514 dst = self.dst("target")
515 path.link_or_copy(self.src, dst)
516 self.assert_content_equal(self.src, dst)
517
518 def test_link_twice(self):
519 # Linking the same file twice shouldn't leave duplicates around.

Callers

nothing calls this directly

Calls 2

dstMethod · 0.95
assert_content_equalMethod · 0.95

Tested by

no test coverage detected