diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-07-03 16:47:40 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-08-16 14:35:46 -0500 |
| commit | 493339d4da6b56f46416fff583ff6cc7748570ec (patch) | |
| tree | 847fe6214daca6548d41d402d89b92e618173991 /openstackclient/tests/identity/__init__.py | |
| parent | 93612bbf53500bfeace7460e7cb317ed0073a6d1 (diff) | |
| download | python-openstackclient-493339d4da6b56f46416fff583ff6cc7748570ec.tar.gz | |
Add Identity v2 project tests
* establish the the form of cliff command classes
* implement some common fake objects
* implement Identity command tests for v2 project
* fix stdout/stderr capture
Also re-work the project create and set commands for exclusive options
(--enable|--disable) to actually behave properly. Yay tests!
Change-Id: Icbb313db544c1f8dd3c9af7709971838b5a4d115
Diffstat (limited to 'openstackclient/tests/identity/__init__.py')
| -rw-r--r-- | openstackclient/tests/identity/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/identity/__init__.py b/openstackclient/tests/identity/__init__.py index ebf59b32..c534c012 100644 --- a/openstackclient/tests/identity/__init__.py +++ b/openstackclient/tests/identity/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack, LLC. +# Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain |
