summaryrefslogtreecommitdiff
path: root/tests/volume
Commit message (Collapse)AuthorAgeFilesLines
* Move tests into project package.Monty Taylor2013-06-302-65/+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
* Add volume test cases and structureSteve Martinelli2013-02-112-0/+65
add basic unit test for client update/modify test_shell.py to include volume Change-Id: I7d08e15a2711da5e51590b8a82eca3a1234962f8