summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_handler/test_handler_apt_source.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_source.py b/tests/unittests/test_handler/test_handler_apt_source.py
index 237cf14d..c19904fb 100644
--- a/tests/unittests/test_handler/test_handler_apt_source.py
+++ b/tests/unittests/test_handler/test_handler_apt_source.py
@@ -55,7 +55,6 @@ class TestAptSourceConfig(TestCase):
self.fallbackfn = os.path.join(self.tmp, "etc/apt/sources.list.d/",
"cloud_config_sources.list")
-
@staticmethod
def _get_default_params():
""" get_default_params
@@ -68,9 +67,9 @@ class TestAptSourceConfig(TestCase):
def myjoin(self, *args, **kwargs):
""" myjoin - redir into writable tmpdir"""
- if (args[0] == "/etc/apt/sources.list.d/"
- and args[1] == "cloud_config_sources.list"
- and len(args) == 2):
+ if (args[0] == "/etc/apt/sources.list.d/" and
+ args[1] == "cloud_config_sources.list" and
+ len(args) == 2):
return self.join(self.tmp, args[0].lstrip("/"), args[1])
else:
return self.join(*args, **kwargs)
@@ -137,7 +136,6 @@ class TestAptSourceConfig(TestCase):
"main universe multiverse restricted"),
contents, flags=re.IGNORECASE))
-
def test_apt_src_basic_tri(self):
""" test_apt_src_basic_tri
Test Fix three deb source string, has to overwrite mirror conf in
@@ -232,7 +230,6 @@ class TestAptSourceConfig(TestCase):
"universe"),
contents, flags=re.IGNORECASE))
-
def test_apt_src_replace_tri(self):
""" test_apt_src_replace_tri
Test three autoreplacements of MIRROR and RELEASE in source specs with