google / mobly

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

Ensure the termination of the `teardown_class` record. #864

Closed xpconanfan closed 1 year ago

xpconanfan commented 1 year ago

When the teardown_class fails due to errors from expects, its record is not ended properly.

This change is Reviewable