Remove unnecessary setUp

setUp will be automatically called around each
testcase, so this is to remove setUp that doing
nothing additional than super to keep code clean.

Change-Id: I47be2be6f0e9785eb166f89d411582d6292babc1
This commit is contained in:
zhufl 2016-09-21 10:45:39 +08:00
parent 5ec435e706
commit 6f0462732a
1 changed files with 0 additions and 3 deletions

View File

@ -413,9 +413,6 @@ class TestShellCli(TestShell):
class TestShellArgV(TestShell):
"""Test the deferred help flag"""
def setUp(self):
super(TestShellArgV, self).setUp()
def test_shell_argv(self):
"""Test argv decoding