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