Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
scripts/ | 15-Dec-2024 | - | 439 | 353 | ||
tools/ | 15-Dec-2024 | - | 1,968 | 1,554 | ||
Android.bp | D | 15-Dec-2024 | 1.1 KiB | 40 | 36 | |
OWNERS | D | 14-Jan-2024 | 72 | 5 | 4 | |
README | D | 14-Jan-2024 | 428 | 10 | 7 |
README
1A collection of common utils and scripts used for Mobly tests in the Android platform. 2 3Directory structure: 4 `tools/`: A library for test helper utilities, e.g. apk_utils for installing APKs. 5 Imported as `mobly.tools`. 6 `scripts/`: Standalone scripts, including the local Mobly test runner. 7 8This project should NOT be used for libraries specific to your test/suite. Please add 9them directly to your own project instead. 10