melissaml e3ad6af964 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: I32afee50ebabab9595b05bbfdf83d49aa09858f1
2016-10-03 16:38:07 +08:00
..
2016-09-01 15:34:16 +08:00
2016-01-18 19:37:42 +00:00