Remove unnecessary setUp function in testcase
In testcase, setUp will be called automatically. This patch used to remove setUp functions that do nothing. Besides, it will keep code clean. Change-Id: I6689b9b22d521ddf3556329d8103ea34e26a90ea
This commit is contained in:
@@ -20,8 +20,6 @@ from stackalytics.processor import utils
|
||||
|
||||
|
||||
class TestUtils(testtools.TestCase):
|
||||
def setUp(self):
|
||||
super(TestUtils, self).setUp()
|
||||
|
||||
def _test_one_range(self, start, end, step):
|
||||
elements = set()
|
||||
|
||||
Reference in New Issue
Block a user