adding test utils

This commit is contained in:
kevgliss
2015-07-07 15:32:55 -07:00
parent 3f49bb95ff
commit 6d384f342f
3 changed files with 27 additions and 21 deletions

View File

@ -17,10 +17,7 @@ class IssuerPlugin(Plugin):
raise NotImplementedError
def create_authority(self):
raise NotImplementedError
def get_authorities(self):
raise NotImplementedError
raise NotImplemented
def get_csr_config(self):
raise NotImplementedError

0
lemur/pytest.py Normal file
View File