(self)
| 1263 | self.assertPathEqual(self.path.dirname) |
| 1264 | |
| 1265 | def test_path_islink(self): |
| 1266 | self.assertPathEqual(self.path.islink) |
| 1267 | |
| 1268 | def test_path_lexists(self): |
| 1269 | self.assertPathEqual(self.path.lexists) |
nothing calls this directly
no test coverage detected