(self)
| 445 | |
| 446 | @skip_win32 |
| 447 | def test_link_successful(self): |
| 448 | dst = self.dst("target") |
| 449 | path.link_or_copy(self.src, dst) |
| 450 | self.assert_inode_equal(self.src, dst) |
| 451 | |
| 452 | @skip_win32 |
| 453 | def test_link_into_dir(self): |
nothing calls this directly
no test coverage detected