diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-25 20:54:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-25 20:54:25 +0000 |
| commit | 6176e802b3a4125e983eba3805f3f90881622bc4 (patch) | |
| tree | 4a036acde45278cd2c9b22692ab34c220615514d /openstackclient/tests/common/test_clientmanager.py | |
| parent | 43957d602b70ac718f0eab0fa30be5a4f20a5233 (diff) | |
| parent | f49f0fead2933ace4cb85c70bd14d13d0c479e6a (diff) | |
| download | python-openstackclient-6176e802b3a4125e983eba3805f3f90881622bc4.tar.gz | |
Merge "Fixed a bunch of spacing"
Diffstat (limited to 'openstackclient/tests/common/test_clientmanager.py')
| -rw-r--r-- | openstackclient/tests/common/test_clientmanager.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/tests/common/test_clientmanager.py b/openstackclient/tests/common/test_clientmanager.py index ef46f61c..2bd9e783 100644 --- a/openstackclient/tests/common/test_clientmanager.py +++ b/openstackclient/tests/common/test_clientmanager.py @@ -47,6 +47,7 @@ class Container(object): class FakeOptions(object): + def __init__(self, **kwargs): for option in auth.OPTIONS_LIST: setattr(self, option.replace('-', '_'), None) @@ -71,6 +72,7 @@ class TestClientCache(utils.TestCase): class TestClientManager(utils.TestCase): + def setUp(self): super(TestClientManager, self).setUp() self.mock = mock.Mock() |
