(*args, **kwargs)
| 176 | def Close(self): |
| 177 | pass |
| 178 | def __exit__(*args, **kwargs): |
| 179 | pass |
| 180 | |
| 181 | with patch.object(wreg, 'OpenKey', return_value=key()), \ |
| 182 | patch.object(wreg, 'QueryValueEx', return_value=[abspath(HOME_TEST_DIR)]): |
nothing calls this directly
no outgoing calls
no test coverage detected