mobly
E2E test framework for tests with complex environment requirements.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google/mobly
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd mobly
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install mobly
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install mobly
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
