(self)
| 1245 | self.path.join('a', 'b', 'c')) |
| 1246 | |
| 1247 | def test_path_split(self): |
| 1248 | self.assertPathEqual(self.path.split) |
| 1249 | |
| 1250 | def test_path_splitext(self): |
| 1251 | self.assertPathEqual(self.path.splitext) |
nothing calls this directly
no test coverage detected