summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_common_http.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockjacky062020-05-061-1/+1
* Set Content-Type header explictly for SessionClientRabi Mishra2019-03-151-2/+6
* Decode content before checkingrabi2017-07-261-1/+1
* Replace mox3 with mockshizhihui2016-11-131-382/+297
* Import mox in __init__.pyshizhihui2016-09-011-1/+1
* Standardize import formatshizhihui2016-08-031-1/+1
* Serialize files when using SessionClientrabi2016-06-081-1/+26
* Merge "Allow redirects to use location from response"Jenkins2016-05-201-18/+1
|\
| * Allow redirects to use location from responserabi2016-05-171-18/+1
* | switch to keystoneauthSteve Martinelli2016-05-181-3/+2
|/
* Merge "Fill status code for every HTTPException"Jenkins2016-03-141-0/+16
|\
| * Fill status code for every HTTPExceptionBartlomiej Biernacki2015-11-121-0/+16
* | Fix error message on authentication failureneetu2016-01-061-1/+1
|/
* Fix TypeError when call keystoneclient session.request()huangtianhua2015-07-061-8/+24
* Add tests for SessionClientPeter Razumovsky2015-07-021-33/+172
* Move SessionClient from HTTPClient to adapterPeter Razumovsky2015-06-261-13/+18
* Fixed VerifyAll() when test case does ReplayAll()Aleksei Guzev2015-06-191-29/+1
* Move usage methods *_request to get/post/etcPeter Razumovsky2015-06-091-1/+1
* Move unittests to subdir unitSergey Kraynev2015-05-121-0/+729