(self)
| 1254 | self.assertPathEqual(self.path.splitdrive) |
| 1255 | |
| 1256 | def test_path_splitroot(self): |
| 1257 | self.assertPathEqual(self.path.splitroot) |
| 1258 | |
| 1259 | def test_path_basename(self): |
| 1260 | self.assertPathEqual(self.path.basename) |
nothing calls this directly
no test coverage detected