summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3/test_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass in 2020queens-eolstable/queensBernhard M. Wiedemann2020-01-091-1/+1
* Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-181-2/+2
* Tests stop using deprecated HTTPClient.get()Brant Knudson2016-02-281-8/+4
* Revert "Change default endpoint for Keystone v3 to public"Brant Knudson2016-01-131-2/+2
* Change default endpoint for Keystone v3 to publicRoxana Gherle2015-12-231-2/+2
* Removes py26 supportDavid Stanek2015-11-251-6/+2
* HTTPClient/region_name deprecation test updatesCorey Bryant2015-09-251-45/+69
* Proper deprecation for HTTPClient.request methodsBrant Knudson2015-08-041-4/+8
* Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-041-1/+1
* Rename requests mock object in testingJamie Lennox2015-03-181-5/+5
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+352