(self)
| 478 | |
| 479 | @skip_win32 |
| 480 | def test_link_successful(self): |
| 481 | dst = self.dst("target") |
| 482 | path.link_or_copy(self.src, dst) |
| 483 | self.assert_inode_equal(self.src, dst) |
| 484 | |
| 485 | @skip_win32 |
| 486 | def test_link_into_dir(self): |
nothing calls this directly
no test coverage detected