google / mobly

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

Update tutorial.md #812

Closed dush1729 closed 2 years ago

dush1729 commented 2 years ago

remove expect field from tutorial.md because these is no testcase order given via --test_case


This change is Reviewable

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

xpconanfan commented 2 years ago

The order is actually deterministic because inspect.getmembers returns an ordered list. So the order of the expected results just need to be flipped.