26fae838bb
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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_adapter.py | ||
test_cli.py | ||
test_conf.py | ||
test_entry_points.py | ||
test_generic.py | ||
test_loading.py | ||
test_session.py | ||
test_v3.py | ||
utils.py |