
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. Closes-Bug: #1268480 Change-Id: I0a318979a926b630e534fe6c76d9188640cf7ce0
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. Closes-Bug: #1268480 Change-Id: I0a318979a926b630e534fe6c76d9188640cf7ce0