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:
loooosy
2017-04-02 01:02:21 +08:00
parent 3f17971fe3
commit 9ef8a033a7
7 changed files with 0 additions and 14 deletions

View File

@@ -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()