keystoneauth/keystoneauth1/tests/unit/loading
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
..
__init__.py Fix plugin loading tests 2015-08-25 12:17:37 +10:00
test_adapter.py Replace assertTrue(isinstance()) with assertIsInstance() 2017-06-05 16:32:11 +07:00
test_cli.py Introduce keystoneauth1.loading.adapter 2017-05-01 17:20:54 -05:00
test_conf.py Merge "Allow fetching oslo.config Opts from plugins" 2015-10-16 02:27:21 +00:00
test_entry_points.py Check that all defined entry points can be loaded 2016-05-23 16:51:07 +02:00
test_generic.py Swap the order of username deprecation 2016-03-03 13:18:10 +01:00
test_loading.py Add create_plugin to loader 2016-07-01 09:32:05 +10:00
test_session.py Move session loading tests into loading section 2015-09-10 12:37:20 +10:00
test_v3.py mark a few oidc parameters as required 2016-11-01 11:12:12 -04:00
utils.py Merge "Add __ne__ built-in function" 2017-01-06 18:12:48 +00:00