(self)
| 1272 | self.assertPathEqual(self.path.ismount) |
| 1273 | |
| 1274 | def test_path_expanduser(self): |
| 1275 | self.assertPathEqual(self.path.expanduser) |
| 1276 | |
| 1277 | def test_path_expandvars(self): |
| 1278 | self.assertPathEqual(self.path.expandvars) |
nothing calls this directly
no test coverage detected