(self)
| 1141 | self.assertPathEqual(self.path.ismount) |
| 1142 | |
| 1143 | def test_path_expanduser(self): |
| 1144 | self.assertPathEqual(self.path.expanduser) |
| 1145 | |
| 1146 | def test_path_expandvars(self): |
| 1147 | self.assertPathEqual(self.path.expandvars) |
nothing calls this directly
no test coverage detected