(self)
| 1251 | self.assertPathEqual(self.path.splitext) |
| 1252 | |
| 1253 | def test_path_splitdrive(self): |
| 1254 | self.assertPathEqual(self.path.splitdrive) |
| 1255 | |
| 1256 | def test_path_splitroot(self): |
| 1257 | self.assertPathEqual(self.path.splitroot) |
nothing calls this directly
no test coverage detected