google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
640 stars 179 forks source link

Use `self.assertIsInstance(..., ...)` instead of `self.assertTrue(isinstance(..., ...))`. #750

Closed ghost closed 3 years ago

ghost commented 3 years ago

Refer to https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertIsInstance


This change is Reviewable