summaryrefslogtreecommitdiff
path: root/tests/unittests
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-01-22 15:42:30 -0500
committerBarry Warsaw <barry@python.org>2015-01-22 15:42:30 -0500
commitb3bbd3985a75d00115e1623dc1ebd4248a7024a6 (patch)
tree655a91a6977bfd97905087acee5c298fd711e56e /tests/unittests
parent6f3fadcfeec94711de32574f7738f98aa0a697ac (diff)
downloadvyos-cloud-init-b3bbd3985a75d00115e1623dc1ebd4248a7024a6.tar.gz
vyos-cloud-init-b3bbd3985a75d00115e1623dc1ebd4248a7024a6.zip
Clean up.
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/helpers.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py
index 43dd5aa0..38a2176d 100644
--- a/tests/unittests/helpers.py
+++ b/tests/unittests/helpers.py
@@ -121,9 +121,6 @@ def retarget_many_wrapper(new_base, am, old_func):
class ResourceUsingTestCase(unittest.TestCase):
- ## def __init__(self, methodName="runTest"):
- ## self.resource_path = None
-
def setUp(self):
unittest.TestCase.setUp(self)
self.resource_path = None
@@ -163,9 +160,6 @@ class ResourceUsingTestCase(unittest.TestCase):
class FilesystemMockingTestCase(ResourceUsingTestCase):
- ## def __init__(self, methodName="runTest"):
- ## ResourceUsingTestCase.__init__(self, methodName)
-
def setUp(self):
ResourceUsingTestCase.setUp(self)
self.patched_funcs = ExitStack()