(self)
| 1117 | self.assertPathEqual(self.path.split) |
| 1118 | |
| 1119 | def test_path_splitext(self): |
| 1120 | self.assertPathEqual(self.path.splitext) |
| 1121 | |
| 1122 | def test_path_splitdrive(self): |
| 1123 | self.assertPathEqual(self.path.splitdrive) |
nothing calls this directly
no test coverage detected