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

Add basic `retry()` and `repeat()` support to generated tests. #766

Closed PCMan closed 2 years ago

PCMan commented 2 years ago

When generating tests, if the test_logic function is decorated with either retry() or repeat() decorators, apply the settings to the generated test methods.


This change is Reviewable