(self)
| 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. |
nothing calls this directly
no test coverage detected