(self)
| 1138 | self.assertPathEqual(self.path.lexists) |
| 1139 | |
| 1140 | def test_path_ismount(self): |
| 1141 | self.assertPathEqual(self.path.ismount) |
| 1142 | |
| 1143 | def test_path_expanduser(self): |
| 1144 | self.assertPathEqual(self.path.expanduser) |
nothing calls this directly
no test coverage detected