summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Stop using an admin endpoint by defaultDr. Jens Harbott2021-11-051-0/+1
* Add return-request-id-to-caller function(v3/contrib)openstack2018-10-221-0/+18
* Deprecate region enabled parameterVishakha Agarwal2018-09-281-0/+4
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-2/+1
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Revert "Support `truncated` flag returned by identity service"Monty Taylor2016-02-261-34/+7
* Support `truncated` flag returned by identity serviceBoris Bobrov2016-02-261-7/+34
* Replace TestResponse with requests_mockJamie Lennox2016-01-251-3/+0
* Revert "Support `truncated` flag returned by keystone"2.1.1Brant Knudson2016-01-131-34/+7
* Support `truncated` flag returned by keystoneBoris Bobrov2015-12-281-7/+34
* Make tests run against original client and sessionsJamie Lennox2015-12-181-11/+38
* Seperate Client base test classJamie Lennox2015-12-181-9/+12
* Deprecate create v3 Client without sessionBrant Knudson2015-08-131-3/+6
* Fix tests passing user, project, and tokenBrant Knudson2015-07-261-3/+1
* Prevent attempts to "filter" list() calls by globally unique IDsDolph Mathews2015-07-191-0/+14
* Rename requests mock object in testingJamie Lennox2015-03-181-5/+5
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+332