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

Support overriding direct Rpc calls in `callback_handler`. #763

Closed xpconanfan closed 2 years ago

xpconanfan commented 2 years ago

Factor rpc calls into their own methods so they can be overridden to accommodate different snippet lib implementations.


This change is Reviewable