Searched refs:installer_func (Results 1 – 1 of 1) sorted by relevance
/dports/security/py-certbot/certbot-1.22.0/tests/plugins/ |
H A D | common_test.py | 128 installer_func = functools.partial(self.installer.add_to_checkpoint, 136 self._test_adapted_method(installer_func, reverter_func_name, files, save_notes) 158 installer_func = getattr(self.installer, name) 159 self._test_adapted_method(installer_func, name, *args, **kwargs) 161 def _test_adapted_method(self, installer_func, argument 175 installer_func(*passed_args, **passed_kwargs) 179 errors.PluginError, installer_func, *passed_args, **passed_kwargs)
|