(self)
| 1248 | self.assertPathEqual(self.path.split) |
| 1249 | |
| 1250 | def test_path_splitext(self): |
| 1251 | self.assertPathEqual(self.path.splitext) |
| 1252 | |
| 1253 | def test_path_splitdrive(self): |
| 1254 | self.assertPathEqual(self.path.splitdrive) |
nothing calls this directly
no test coverage detected