Also slip in some extra conditional plugin cli unit tests

This commit is contained in:
Peter Eckersley
2015-10-28 19:19:05 -07:00
parent 9a6ecbe669
commit 00dcff6de9
+1
View File
@@ -116,6 +116,7 @@ class CLITest(unittest.TestCase):
ret, _, _, _ = self._call(args)
self.assertTrue("The nginx plugin is not working" in ret)
self.assertTrue("Could not find configuration root" in ret)
self.assertTrue("NoInstallationError" in ret)
with MockedVerb("auth") as mock_auth:
from letsencrypt import cli