• Home
Name Date Size #Lines LOC

..--

coverage/04-Jul-2025-302185

scripts/04-Jul-2025-491399

tools/04-Jul-2025-2,2471,779

Android.bpD04-Jul-20251.8 KiB7769

OWNERSD04-Jul-202592 65

READMED04-Jul-2025428 107

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