| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
There are several reasons for this. One is that the majority of
OpenStack packages behave this way. The second is that it makes writing
software that extends something easier to test (which is a clear usecase
for openstackclient) And third, tests/__init__.py implies a global
package named "tests" - which I'm pretty sure we're not providing.
Change-Id: Ic708ffd92aea78c2ffc1a8579af0587af4fca4ff
|
| |
|
|
| |
Change-Id: Ifdc4322b699f2bd91a6900e55695acd3d736568e
|
| |
|
|
|
|
| |
This was preventing image support from being activated.
Change-Id: I1b7ab9174b90c55423b244ca63402d33b4411a49
|
| |
|
|
|
|
|
| |
add basic unit test for client
update/modify test_shell.py to include volume
Change-Id: I7d08e15a2711da5e51590b8a82eca3a1234962f8
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use multiple entry point groups to represent each API+version
combination supported
* Add some tests
Try it out:
* Right now only '* user' commands have multiple overlapping versions;
you can see the selection between v2.0 and v3 by looking at the
command help output for 'tenant' vs 'project':
os --os-identity-api-version=2.0 help set user
os --os-identity-api-version=3 help set user
Change-Id: I7114fd246843df0243d354a7cce697810bb7de62
|
| |
|
|
|
|
| |
Also makes a small modification to gitignore.
Change-Id: Iefbfbcfd35270b06ed65edb34708fa9b4d5bf563
|
| |
|
|
| |
Change-Id: Icf3340d457f75eec89bb0e5c9b4b953c3b81020f
|
| |
|
|
| |
Change-Id: I64812bca01ca655c9cf9239a0daea84907082a29
|
| |
|
|
| |
Change-Id: I475a082af0660e0ee0e86ca4cd1bf0e2d711e3ed
|
| |
|
|
|
|
| |
Fix some pep8 issues in doc/source/conf.py and tests/test_shell.py make the code looks pretty.
Change-Id: I927f03aff4190f1ac30eb56e7c545de555978c31
|
|
|
* use unittest2
* shell: command-line options
Change-Id: I558fb10b8607e4f6e5c44d5fcac902546a8748a4
|