keystoneauth/keystoneauth1
Luong Anh Tuan 26fae838bb Replace assertTrue(isinstance()) with assertIsInstance()
Some of tests use different method of assertTrue(isinstance(A, B)) or
assertEqual(type(A), B). The correct way is to use assertIsInstance(A,
B) provided by testtools.

Change-Id: Ib32ae0551f5fdc5bfffed8c0fce6cf18f8fae6c8
Closes-Bug: #1268480
2017-06-05 16:32:11 +07:00
..
access Add is_domain to keystoneauth token 2016-05-18 21:56:36 -03:00
exceptions Fix ClientException message property not set properly 2017-01-26 12:28:05 +00:00
extras Merge "Allow setting EndpointReference in ADFSPassword" 2017-05-16 20:14:39 +00:00
fixture Merge "Allow users to specify request matchers in Betamax" 2017-03-09 00:35:26 +00:00
hacking Move to the keystoneauth1 namespace 2015-06-25 16:48:54 -07:00
identity Updated inconsistent value of scope parameter 2017-04-04 19:51:18 +05:30
loading Introduce keystoneauth1.loading.adapter 2017-05-01 17:20:54 -05:00
tests Replace assertTrue(isinstance()) with assertIsInstance() 2017-06-05 16:32:11 +07:00
__init__.py Provide a RFC 7231 compliant user agent string 2015-12-15 16:45:17 -06:00
_utils.py Disables TCP_KEEPCNT when using Windows Subsystem for Linux 2016-08-23 03:36:45 +00:00
adapter.py Add global_request_id param to Adapter constructor 2017-05-25 08:47:07 -04:00
discover.py Removing tox ignore D401 and make keystoneauth compliant 2016-04-13 18:46:05 +00:00
plugin.py Removing tox ignore D400. 2016-04-18 21:20:51 +00:00
service_token.py Add a service token wrapper 2016-10-11 14:14:40 +11:00
session.py Merge "Correctly Omit Response Body in Debug Mode" 2017-01-18 03:15:24 +00:00
token_endpoint.py Adding authentication compatibility for OpenStackClient 2016-03-07 23:38:22 +00:00