summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v2_0
Commit message (Expand)AuthorAgeFilesLines
* Stop to use the __future__ module.Hervé Beraud2022-04-221-2/+0
* Merge "Update json module to jsonutils"Zuul2019-05-021-5/+6
|\
| * Update json module to jsonutilscao.yuan2019-02-251-5/+6
* | Make tests pass in 2020Bernhard M. Wiedemann2019-02-281-2/+2
|/
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-2/+1
* Use https for *.openstack.org referencesEric Brown2017-02-052-4/+4
* Use assertIsNone(...) instead of assertEqual(None, ...)chenaidong12016-12-081-1/+1
* Merge "Fix missing service_catalog parameter in Client object"3.8.0Jenkins2016-12-011-0/+8
|\
| * Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-051-0/+8
* | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-181-2/+2
* | Merge "TrivialFix: Using assertIsNone() instead of assertEqual(None)"Jenkins2016-10-201-1/+1
|\ \
| * | TrivialFix: Using assertIsNone() instead of assertEqual(None)Anh Tran2016-09-271-1/+1
* | | Use exceptions from KeystoneauthJamie Lennox2016-08-242-2/+2
* | | Use fixtures from keystoneauthJamie Lennox2016-08-246-6/+9
|/ /
* | Do not send user ids as payloadBoris Bobrov2016-07-291-4/+0
|/
* remove CLI from keystoneclientSteve Martinelli2016-03-101-460/+0
* Tests stop using deprecated HTTPClient.get()Brant Knudson2016-02-281-6/+3
* Deprecate auth plugins from keystoneclientJamie Lennox2016-02-032-3/+6
* Deprecate SessionJamie Lennox2016-02-031-1/+3
* Missing defaults in the create() method in the v2 ServiceManagerJude Job2016-01-271-1/+32
* Replace TestResponse with requests_mockJamie Lennox2016-01-251-2/+0
* Make tests run against original client and sessionsJamie Lennox2015-12-184-17/+17
* Seperate Client base test classJamie Lennox2015-12-1810-13/+16
* Removes py26 supportDavid Stanek2015-11-251-5/+2
* HTTPClient/region_name deprecation test updatesCorey Bryant2015-09-256-53/+87
* Deprecate create v2_0 Client without sessionBrant Knudson2015-08-132-33/+45
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-131-2/+6
* Proper deprecation for HTTPClient.request methodsBrant Knudson2015-08-041-4/+8
* Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-042-14/+14
* Fix tests passing user, project, and tokenBrant Knudson2015-07-261-3/+1
* Proper deprecation for AccessInfo management_url propertyBrant Knudson2015-07-241-2/+5
* Proper deprecation for AccessInfo auth_url propertyBrant Knudson2015-07-241-2/+5
* Proper deprecation for AccessInfo scoped propertyBrant Knudson2015-07-242-8/+14
* Add get_token_data to token CRUDJamie Lennox2015-07-151-0/+6
* Stop using tearDownBrant Knudson2015-06-131-5/+1
* Adapter version is a tupleBrant Knudson2015-04-301-1/+1
* Expose audit_id via AccessInfoJamie Lennox2015-03-282-2/+12
* Rename requests mock object in testingJamie Lennox2015-03-182-8/+8
* Allow handling multiple service_typesJamie Lennox2015-02-261-0/+25
* Move tests to the unit subdirectoryJamie Lennox2015-02-1118-0/+3026