(self)
| 1260 | self.assertPathEqual(self.path.basename) |
| 1261 | |
| 1262 | def test_path_dirname(self): |
| 1263 | self.assertPathEqual(self.path.dirname) |
| 1264 | |
| 1265 | def test_path_islink(self): |
| 1266 | self.assertPathEqual(self.path.islink) |
nothing calls this directly
no test coverage detected