summaryrefslogtreecommitdiff
path: root/cinderclient/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert snapshot tests to requests-mockJamie Lennox2014-08-251-0/+39
| | | | | Blueprint: http-mock-testing Change-Id: I06eae25cda6de9c266d34947471675fd95359739
* When there is no error body return the HTTP reasonRussell Sim2014-03-041-0/+1
| | | | | | | | Return the response reason when there is no message body to return. DocImpact Change-Id: Ia60da4f04b059a13fcbe0059bb42fd77f272d8aa Closes-Bug: 1248773
* Sync with global requirementsMonty Taylor2013-08-061-0/+13
| | | | Change-Id: Iccc824fef7dc7ae5675d6528a1ea33566e5f7eef
* Revert "Use exceptions from oslo"John Griffith2013-07-151-2/+1
| | | | | | This reverts commit a7cce08eab5e2e42275b84bd56127bd09b00f5bf Change-Id: I6c0047adbc33d0d6b5890f11853974578c36c78c
* Use exceptions from osloAlessio Ababilov2013-07-011-1/+2
| | | | | | | | | These exceptions can be used in novaclient, keystoneclient, glanceclient, and other client projects. Partially implements: blueprint common-client-library Change-Id: I43918316622b1c1d722872fe30199db6a3a7bb76
* Start Gating on Pyflakes and HackingDirk Mueller2013-06-091-2/+3
| | | | | | | | Instead of globally ignoring Pyflakes and Hacking warnings, only blacklist those that occur frequently and fix the others. Start gating on those checks. Change-Id: Ice032c16d445ef08ef018bcdc5c221ab3c323755
* Move tests into cinderclient package.Monty Taylor2013-05-201-0/+45
tests/__init__.py implies a package in the global namespace called tests. That's not what these are - they're tests in the cinderclient namespace. Change-Id: I29c95bcd8747c3f5f21d5d900879c9b6b1c9a963