summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/auth/test_identity_v3.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* Make tests pass in 2020Bernhard M. Wiedemann2019-02-281-1/+1
* Use fixtures from keystoneauthJamie Lennox2016-08-241-1/+1
* Deprecate SessionJamie Lennox2016-02-031-0/+2
* Pull the endpoint from the SessionMonty Taylor2015-11-081-1/+1
* Proper deprecation for Session.get_token()Brant Knudson2015-08-131-4/+7
* Proper deprecation for AccessInfo scoped propertyBrant Knudson2015-07-241-1/+2
* Use random strings for test fixturesBrant Knudson2015-06-081-3/+3
* Merge "Support discovery on the AUTH_INTERFACE"Jenkins2015-05-201-2/+1
|\
| * Support discovery on the AUTH_INTERFACEJamie Lennox2015-03-301-2/+1
* | Prompt for password on CLI if not providedJamie Lennox2015-05-021-0/+32
* | Allow requesting an unscoped TokenJamie Lennox2015-03-311-0/+35
|/
* Rename requests mock object in testingJamie Lennox2015-03-181-3/+5
* Split v3 authentication file into moduleJamie Lennox2015-03-171-0/+6
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+490