(self)
| 1269 | self.assertPathEqual(self.path.lexists) |
| 1270 | |
| 1271 | def test_path_ismount(self): |
| 1272 | self.assertPathEqual(self.path.ismount) |
| 1273 | |
| 1274 | def test_path_expanduser(self): |
| 1275 | self.assertPathEqual(self.path.expanduser) |
nothing calls this directly
no test coverage detected