make certbot tests directory not a package and import sibling as module

This commit is contained in:
Erica Portnoy 2019-11-12 20:12:30 -08:00
parent 4358e14dc0
commit 4b9f3af406
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
"""Certbot Tests"""
"""Utilities for running Certbot tests"""

View file

@ -1 +0,0 @@
"""Certbot Tests"""

View file

@ -15,9 +15,10 @@ from certbot.compat import os
from certbot.compat import filesystem
from certbot.display import util as display_util
from certbot._internal.storage import ALL_FOUR
from certbot.tests import storage_test
from certbot.tests import util as test_util
import storage_test
class BaseCertManagerTest(test_util.ConfigTestCase):
"""Base class for setting up Cert Manager tests.