summaryrefslogtreecommitdiff
path: root/tests/test_shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Move tests into project package.Monty Taylor2013-06-301-293/+0
| | | | | | | | | | 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
* Fix flake8 errors in anticipation of flake8 patch.Monty Taylor2013-05-141-1/+1
| | | | Change-Id: Ifdc4322b699f2bd91a6900e55695acd3d736568e
* Correct the version mapping to image service.Josh Kearney2013-02-191-1/+1
| | | | | | This was preventing image support from being activated. Change-Id: I1b7ab9174b90c55423b244ca63402d33b4411a49
* Add volume test cases and structureSteve Martinelli2013-02-111-2/+9
| | | | | | | add basic unit test for client update/modify test_shell.py to include volume Change-Id: I7d08e15a2711da5e51590b8a82eca3a1234962f8
* Multiple API version supportDean Troyer2013-02-061-0/+24
| | | | | | | | | | | | | | | | * 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
* Clean up test_shell so that the tests are captured though the test framework.Josh Kearney2013-01-301-279/+216
| | | | | | Also makes a small modification to gitignore. Change-Id: Iefbfbcfd35270b06ed65edb34708fa9b4d5bf563
* First pass at adding compute unit tests.Josh Kearney2013-01-281-5/+4
| | | | Change-Id: Icf3340d457f75eec89bb0e5c9b4b953c3b81020f
* Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
| | | | Change-Id: I64812bca01ca655c9cf9239a0daea84907082a29
* Move from unittest2 to testtoolsDean Troyer2013-01-151-12/+19
| | | | Change-Id: I475a082af0660e0ee0e86ca4cd1bf0e2d711e3ed
* Fix PEP8 issues.lrqrun2012-08-291-1/+1
| | | | | | Fix some pep8 issues in doc/source/conf.py and tests/test_shell.py make the code looks pretty. Change-Id: I927f03aff4190f1ac30eb56e7c545de555978c31
* Create tests for shell interfaceDean Troyer2012-06-221-0/+321
* use unittest2 * shell: command-line options Change-Id: I558fb10b8607e4f6e5c44d5fcac902546a8748a4