summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* Fix unit tests broken by requests-mockTakashi Kajinami2019-09-061-2/+0
* Fix python3 test compatMorgan Fainberg2018-06-101-1/+1
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-2/+2
* Fix response body being omitted in debug mode incorrectlyTin Lam2017-01-171-0/+10
* Only log application/json in session to start3.9.0Steve Martinelli2017-01-101-30/+25
* X-Serivce-Token should be hashed in the logTin Lam2017-01-091-1/+2
* Merge "Do not log binary data during request"Jenkins2017-01-081-7/+4
|\
| * Do not log binary data during requestSteve Martinelli2017-01-061-7/+4
* | Prevent MemoryError when logging response bodiesTobias Diaz2017-01-051-5/+51
|/
* Use assertEqual() instead of assertDictEqual()Tang Chen2016-07-261-2/+2
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-3/+0
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-2/+2
* Merge "Handle exception on UnicodeDecodError in logging of request"Jenkins2016-02-121-0/+39
|\
| * Handle exception on UnicodeDecodError in logging of requestTrevor McKay2016-02-101-0/+39
* | Deprecate SessionJamie Lennox2016-02-031-7/+24
|/
* Replace TestResponse with requests_mockJamie Lennox2016-01-251-2/+2
* remove the default arguments "{}"Javeme2015-12-141-1/+3
* Merge "Fixes missing socket attribute error during init_poolmanager"Jenkins2015-09-081-0/+37
|\
| * Fixes missing socket attribute error during init_poolmanagerClaudiu Belu2015-08-261-0/+37
* | Mask passwords when logging the HTTP responseMatt Riedemann2015-08-311-0/+29
|/
* Proper deprecation for Session.get_token()Brant Knudson2015-08-131-1/+2
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-1/+2
* Merge "Use python-six shim for assertRaisesRegex/p"Jenkins2015-06-181-4/+5
|\
| * Use python-six shim for assertRaisesRegex/pCorey Bryant2015-06-051-4/+5
* | Use random strings for test fixturesBrant Knudson2015-06-081-2/+2
|/
* Ensure that failing responses are loggedJamie Lennox2015-05-051-0/+12
* Replace assertRaisesRegexp with assertRaisesRegexVictor Morales2015-03-261-4/+4
* Merge "Improve feedback message in SSL error"Jenkins2015-03-241-0/+18
|\
| * Improve feedback message in SSL errorRodrigo Duarte Sousa2015-03-201-0/+18
* | Merge "Rename requests mock object in testing"Jenkins2015-03-201-32/+32
|\ \
| * | Rename requests mock object in testingJamie Lennox2015-03-181-32/+32
| |/
* | Allow passing logger object to requestJamie Lennox2015-03-161-0/+58
|/
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+866