(self)
| 1120 | self.assertPathEqual(self.path.splitext) |
| 1121 | |
| 1122 | def test_path_splitdrive(self): |
| 1123 | self.assertPathEqual(self.path.splitdrive) |
| 1124 | |
| 1125 | def test_path_splitroot(self): |
| 1126 | self.assertPathEqual(self.path.splitroot) |
nothing calls this directly
no test coverage detected