From cc0e3c4d7593c900e34ea2d54660d2150f3700c7 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Thu, 14 Mar 2013 10:24:59 -0400 Subject: [PATCH] refactor(tests.util): Remove prepare method support Change-Id: Ie14c39cae07794e24396257fc878a0bb7cce1797 Trello: #101 (https://trello.com/c/SI7PYnpl) --- marconi/tests/util/suite.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/marconi/tests/util/suite.py b/marconi/tests/util/suite.py index 757b248f3..f90e0b4be 100644 --- a/marconi/tests/util/suite.py +++ b/marconi/tests/util/suite.py @@ -26,15 +26,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