From b3bbd3985a75d00115e1623dc1ebd4248a7024a6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 22 Jan 2015 15:42:30 -0500 Subject: Clean up. --- tests/unittests/helpers.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') 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() -- cgit v1.2.3