Merge "refactor(tests.util): Remove prepare method support"

This commit is contained in:
Jenkins 2013-03-19 19:14:59 +00:00 committed by Gerrit Code Review
commit 37f31b6df8

View File

@ -32,15 +32,6 @@ class TestSuite(testtools.TestCase):
test method.
"""
def setUp(self):
"""Initializer, unittest-style."""
super(TestSuite, self).setUp()
prepare = getattr(self, 'prepare', None)
if hasattr(prepare, '__call__'):
prepare()
def conf_path(self, filename):
"""
Returns the full path to the specified Marconi conf file