neaten
This commit is contained in:
Peter Eckersley
2015-09-16 17:26:27 -07:00
parent 110f080de0
commit 43a73f9a09
2 changed files with 0 additions and 3 deletions
@@ -13,7 +13,6 @@ from letsencrypt import achallenges
from letsencrypt import errors
from letsencrypt_nginx.tests import util
import zope.component
class NginxConfiguratorTest(util.NginxTest):
"""Test a semi complex vhost configuration."""
-2
View File
@@ -1,10 +1,8 @@
"""Tests for letsencrypt.configuration."""
import os
import unittest
import mock
class NamespaceConfigTest(unittest.TestCase):
"""Tests for letsencrypt.configuration.NamespaceConfig."""