summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v2_0/test_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass in 2020queens-eolstable/queensBernhard M. Wiedemann2020-01-091-2/+2
* Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-181-2/+2
* Tests stop using deprecated HTTPClient.get()Brant Knudson2016-02-281-6/+3
* Deprecate auth plugins from keystoneclientJamie Lennox2016-02-031-1/+2
* Removes py26 supportDavid Stanek2015-11-251-5/+2
* HTTPClient/region_name deprecation test updatesCorey Bryant2015-09-251-4/+6
* Deprecate create v2_0 Client without sessionBrant Knudson2015-08-131-30/+39
* Proper deprecation for HTTPClient.request methodsBrant Knudson2015-08-041-4/+8
* Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-041-7/+7
* Rename requests mock object in testingJamie Lennox2015-03-181-5/+5
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+258