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

Remove argv check. Check is already done in parse_cli_args. #838

Closed booneng closed 2 years ago

booneng commented 2 years ago

And it should use sys.argv[1:] instead of sys.argv.


This change is Reviewable