google / mobly

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

Defaults the controller and user_params to empty dictionaries in TestRunConfig. #654

Closed mderu closed 5 years ago

mderu commented 5 years ago

Defaults the controller and user_params to empty dictionaries in TestRunConfig.

These defaults prevent users from needing to check if they are None first, in case the runner left these values unset.


This change is Reviewable