google / mobly

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

Fix pytest warning when run via setup.py test #524

Closed winterfroststrom closed 6 years ago

winterfroststrom commented 6 years ago

When running the tests via setup.py, there are now pytest warning because it's trying to collect from the lib directory, so specify the tests/mobly directory for the unit tests

Fixes #519


This change is Reviewable