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

Method test_windows

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

Source from the content-addressed store, hash-verified

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