diff options
| author | zhufl <zhu.fanglei@zte.com.cn> | 2016-09-21 10:45:39 +0800 |
|---|---|---|
| committer | zhufl <zhu.fanglei@zte.com.cn> | 2016-09-21 10:46:46 +0800 |
| commit | 6f0462732a999f43ca0a602e1f323c833debaa5c (patch) | |
| tree | 04503b4eb74e1060d29c92cb7d9d823ed1fa159f /openstackclient/tests | |
| parent | 5ec435e706d137afb714cfd5c5ddbd40d8107a9e (diff) | |
| download | python-openstackclient-6f0462732a999f43ca0a602e1f323c833debaa5c.tar.gz | |
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
Diffstat (limited to 'openstackclient/tests')
| -rw-r--r-- | openstackclient/tests/unit/test_shell.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/tests/unit/test_shell.py b/openstackclient/tests/unit/test_shell.py index 87cd7f51..3d91da9b 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 |
