(self, kwargs)
| 1154 | |
| 1155 | @_parameterize({}, {'strict': True}, {'strict': ALLOW_MISSING}) |
| 1156 | def test_path_realpath(self, kwargs): |
| 1157 | self.assertPathEqual(self.path.realpath) |
| 1158 | |
| 1159 | self.assertPathEqual(partial(self.path.realpath, **kwargs)) |
| 1160 | |
| 1161 | def test_path_relpath(self): |
| 1162 | self.assertPathEqual(self.path.relpath) |
nothing calls this directly
no test coverage detected