From 6f0462732a999f43ca0a602e1f323c833debaa5c Mon Sep 17 00:00:00 2001 From: zhufl Date: Wed, 21 Sep 2016 10:45:39 +0800 Subject: [PATCH] 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 --- openstackclient/tests/unit/test_shell.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openstackclient/tests/unit/test_shell.py b/openstackclient/tests/unit/test_shell.py index 87cd7f5185..3d91da9bb7 100644 --- a/openstackclient/tests/unit/test_shell.py +++ b/openstackclient/tests/unit/test_shell.py @@ -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