Add null installer, integration tests for install/run

Fixes #438.
This commit is contained in:
Jakub Warmuz
2015-06-26 13:26:09 +00:00
parent 7a24499f15
commit 7d775ae9f3
8 changed files with 113 additions and 19 deletions
+7 -1
View File
@@ -83,6 +83,8 @@ class IPlugin(zope.interface.Interface):
Should describe the steps taken and any relevant info to help the user
decide which plugin to use.
:rtype str:
"""
@@ -200,7 +202,11 @@ class IInstaller(IPlugin):
"""
def get_all_names():
"""Returns all names that may be authenticated."""
"""Returns all names that may be authenticated.
:rtype: `list` of `str`
"""
def deploy_cert(domain, cert_path, key_path, chain_path=None):
"""Deploy certificate.