mirror of
https://github.com/certbot/certbot.git
synced 2026-04-22 14:47:13 -04:00
remove nose cruft (#9603)
This commit is contained in:
parent
bdd81a5961
commit
cd467f2ce1
5 changed files with 0 additions and 10 deletions
|
|
@ -136,8 +136,6 @@ class UseCorrectApacheExecutableTest(util.ApacheTest):
|
|||
class MultipleVhostsTestCentOS(util.ApacheTest):
|
||||
"""Multiple vhost tests for CentOS / RHEL family of distros"""
|
||||
|
||||
_multiprocess_can_split_ = True
|
||||
|
||||
@mock.patch("certbot.util.get_os_info")
|
||||
def setUp(self, mock_get_os_info): # pylint: disable=arguments-differ
|
||||
test_dir = "centos7_apache/apache"
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ import util
|
|||
class MultipleVhostsTestDebian(util.ApacheTest):
|
||||
"""Multiple vhost tests for Debian family of distros"""
|
||||
|
||||
_multiprocess_can_split_ = True
|
||||
|
||||
def setUp(self): # pylint: disable=arguments-differ
|
||||
super().setUp()
|
||||
self.config = util.get_apache_configurator(
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ from certbot_apache._internal import entrypoint
|
|||
class EntryPointTest(unittest.TestCase):
|
||||
"""Entrypoint tests"""
|
||||
|
||||
_multiprocess_can_split_ = True
|
||||
|
||||
def test_get_configurator(self):
|
||||
|
||||
with mock.patch("certbot.util.get_os_info") as mock_info:
|
||||
|
|
|
|||
|
|
@ -83,8 +83,6 @@ class FedoraRestartTest(util.ApacheTest):
|
|||
class MultipleVhostsTestFedora(util.ApacheTest):
|
||||
"""Multiple vhost tests for CentOS / RHEL family of distros"""
|
||||
|
||||
_multiprocess_can_split_ = True
|
||||
|
||||
def setUp(self): # pylint: disable=arguments-differ
|
||||
test_dir = "centos7_apache/apache"
|
||||
config_root = "centos7_apache/apache/httpd"
|
||||
|
|
|
|||
|
|
@ -43,8 +43,6 @@ def get_vh_truth(temp_dir, config_name):
|
|||
class MultipleVhostsTestGentoo(util.ApacheTest):
|
||||
"""Multiple vhost tests for non-debian distro"""
|
||||
|
||||
_multiprocess_can_split_ = True
|
||||
|
||||
def setUp(self): # pylint: disable=arguments-differ
|
||||
test_dir = "gentoo_apache/apache"
|
||||
config_root = "gentoo_apache/apache/apache2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue