google / mobly

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

Use `assertRaises` instead of catch and assert #754

Closed johnklee closed 3 years ago

johnklee commented 3 years ago

Cleanup "Use of an assertion within an except block is error-prone"

fixes #753


This change is Reviewable