diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-08-28 15:17:45 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-09-04 14:48:24 -0500 |
| commit | eb405a88c47e91633ecb110122410aa24c24f9cd (patch) | |
| tree | 2e9e9f21fc9f61911521b1731f86d7ba63a25ba2 /openstackclient/tests/utils.py | |
| parent | 1c495a573cfc7087dd09953c24769819ee44b80c (diff) | |
| download | python-openstackclient-eb405a88c47e91633ecb110122410aa24c24f9cd.tar.gz | |
Refactor fake data for projects and users
* Move fake data structures into tests/identity/fakes.py
* Use fake clients correctly and support multiple client versions
Change-Id: Icacbb2ca740b63937bd2c4442af61b620638b53e
Diffstat (limited to 'openstackclient/tests/utils.py')
| -rw-r--r-- | openstackclient/tests/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/tests/utils.py b/openstackclient/tests/utils.py index 45163189..cf7fda6d 100644 --- a/openstackclient/tests/utils.py +++ b/openstackclient/tests/utils.py @@ -70,8 +70,6 @@ class TestCommand(TestCase): # Build up a fake app self.fake_stdout = fakes.FakeStdout() self.app = fakes.FakeApp(self.fake_stdout) - self.app.client_manager = fakes.FakeClientManager() - self.app.restapi = fakes.FakeRESTApi() def check_parser(self, cmd, args, verify_args): cmd_parser = cmd.get_parser('check_parser') |
