commit | 2e0c5c0240c0dc7a020c7dae026447a57e72e8e0 | [log] [tgz] |
---|---|---|
author | gecong1973 <ge.cong@zte.com.cn> | Tue Aug 30 15:56:14 2016 +0800 |
committer | gecong <ge.cong@zte.com.cn> | Wed Aug 31 00:26:54 2016 +0000 |
tree | 7c53881461bc01582711438b67fd0bdb1e164a30 | |
parent | 3ca71ed94b242dc28e51816443b2e6c07e75595f [diff] |
Change assertTrue(isinstance()) by optimal assert Some of tests use different method of assertTrue(isinstance(A, B)) The correct way is to use assertIsInstance(A, B) provided by testtools Change-Id: Ie21fb409edf558409aa4bf5dfe59893c5b544aa8