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: I56f3dd4296e2705efb317523617baca96730d420
This commit is contained in:
rajat29 2017-05-01 14:54:37 +05:30
parent fef8fea9fb
commit c5464630c2
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ class TestJob(commons.FreezerBaseTestCase):
class TestInfoJob(TestJob):
def setUp(self):
super(TestInfoJob, self).setUp()
def test_execute_nothing_to_do(self):
backup_opt = commons.BackupOpt1()