summaryrefslogtreecommitdiff
path: root/cinderclient/tests/unit/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-06-051-8/+6
* Drop support for Cinder v1 APISean McGinnis2019-04-181-1/+1
* Enable H306Eric Harney2017-08-011-2/+3
* Add pagination for snapshots, backupsGerhard Muntingh2017-06-221-0/+31
* Fix adding non-ascii attrs to Resource objects errorMichael Dovgal2017-01-201-0/+10
* Add convertation of query parameters to stringMykhailo Dovgal2016-12-301-1/+18
* Move old oslo-incubator code out of openstack/commondineshbhor2016-11-031-1/+1
* Deleting volume metadata keys with a single request1.9.0Yuriy Nesenenko2016-09-011-0/+2
* Make Resource class's function can be wraped by api_versionCao Shufeng2016-09-011-0/+10
* base.Resource not define __ne__() built-in functionyuyafei2016-07-041-1/+1
* Fix Resource.__eq__ mismatch semantics of object equalRui Chen2016-03-011-1/+6
* Provide consistency for Wrapper classesAnkit Agrawal2016-02-151-2/+2
* Add Wrapper classes for list, dict, tupleAnkit Agrawal2016-01-241-0/+48
* Add to_dict method to Resource classwanghao2015-12-141-0/+4
* Move unit tests into test directoryJohn Griffith2015-03-231-0/+61