mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
make certbot tests directory not a package and import sibling as module
This commit is contained in:
parent
4358e14dc0
commit
4b9f3af406
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
"""Certbot Tests"""
|
||||
"""Utilities for running Certbot tests"""
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
"""Certbot Tests"""
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue