(self)
| 1135 | self.assertPathEqual(self.path.islink) |
| 1136 | |
| 1137 | def test_path_lexists(self): |
| 1138 | self.assertPathEqual(self.path.lexists) |
| 1139 | |
| 1140 | def test_path_ismount(self): |
| 1141 | self.assertPathEqual(self.path.ismount) |
nothing calls this directly
no test coverage detected