mobly
E2E test framework for tests with complex environment requirements.
File Explorer
Download Latest Version (.zip)- ci.yml
- android_device_service.md
- conf.py
- index.rst
- instrumentation_tutorial.md
- make.bat
- Makefile
- README.sphinx
- requirements.txt
- tutorial.md
- tutorial_custom_controller.md
- __init__.py
- base_service.py
- logcat.py
- snippet_management_service.py
- __init__.py
- adb.py
- apk_utils.py
- callback_handler.py
- callback_handler_v2.py
- errors.py
- fastboot.py
- jsonrpc_client_base.py
- jsonrpc_shell_base.py
- logcat_processor.py
- service_manager.py
- snippet_client_v2.py
- snippet_event.py
- __init__.py
- minicircuits.py
- telnet_scpi_client.py
- __init__.py
- local_base.py
- tcpdump.py
- tshark.py
- __init__.py
- __init__.py
- android_device.py
- attenuator.py
- iperf_server.py
- sniffer.py
- __init__.py
- callback_event.py
- callback_handler_base.py
- client_base.py
- errors.py
- __init__.py
- asserts.py
- base_instrumentation_test.py
- base_suite.py
- base_test.py
- config_parser.py
- controller_manager.py
- expects.py
- keys.py
- logger.py
- records.py
- runtime_test_info.py
- signals.py
- suite_runner.py
- test_runner.py
- utils.py
- __init__.py
- dynamic_repeat_retry_test.py
- integration2_test.py
- integration3_test.py
- integration_test.py
- integration_test_suite.py
- jsonrpc_client_test_base.py
- mobly_sanity_test_config.yml
- mock_android_device.py
- mock_controller.py
- mock_instrumentation_test.py
- mock_second_controller.py
- multiple_subclasses_module.py
- teardown_class_failure_test.py
- terminated_test.py
- utils.py
- __init__.py
- base_service_test.py
- logcat_test.py
- snippet_management_service_test.py
- __init__.py
- adb_test.py
- apk_utils_test.py
- callback_handler_test.py
- callback_handler_v2_test.py
- errors_test.py
- fastboot_test.py
- jsonrpc_client_base_test.py
- jsonrpc_shell_base_test.py
- service_manager_test.py
- snippet_client_v2_test.py
- snippet_event_test.py
- __init__.py
- android_device_test.py
- __init__.py
- callback_event_test.py
- callback_handler_base_test.py
- client_base_test.py
- __init__.py
- asserts_test.py
- base_instrumentation_test_test.py
- base_suite_test.py
- base_test_test.py
- config_parser_test.py
- controller_manager_test.py
- expects_test.py
- logger_test.py
- output_test.py
- records_test.py
- suite_runner_test.py
- test_runner_test.py
- test_suite_test.py
- utils_test.py
- __init__.py
- snippet_shell.py
- .gitignore
- .readthedocs.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/google/mobly
Downloads the entire project code from GitHub to your computer.
cd mobly
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install mobly
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install mobly
Installs the package published on PyPI directly โ no need to clone the source.
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
