summaryrefslogtreecommitdiff
path: root/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Reuse class Manager from common codeAndrey Kurilin2014-06-121-1/+1
| | | | | | | | | | | | | | Class `Managers` from `glanceclient.common.base` module is similar to class `apiclient:ManagerWithFind` from common code. In this patch: - class glanceclient.common.base:Managers replaced by apiclient:ManagerWithFind - module glanceclient.common.base marked as 'deprecated' Related to bp common-client-library-2 Change-Id: I41da4a9188e97ca2c07b6234fc2ac0a877553d3f
* Fix the parameter order of assertEqual in glanceclient testEiichi Aikawa2014-02-251-3/+3
| | | | | | | | | On assertEqual, the order of parameters should be (expected, observed). But, some part of glanceclient test were written with invalid order. This patch fixes this problem. Change-Id: I7722fdce766ce3cc5bc9944dc72d7d0af0b09f69 Partially-bug: #1277104
* Remove vim headerNoboru arai2014-01-141-1/+0
| | | | | | | | | | | No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: I2b37758f9dbb2cad6457a879d4ed7ff0aa69ef8e Partial-Bug: #1229324
* Improve unit tests for python-glanceclient.glanceclient.common.baseTatyana Leontovich2013-05-151-0/+58
Add several tests for glanceclient.common.base module Fixes: bug #1144158 Change-Id: Ifc288075c79849ee1384f09f513874ee08cd0248