aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly
AgeCommit message (Expand)Author
2022-04-14Adding Snippet Client V2 for Android, Step 1 (#804)Minghao Li
2022-04-13Refactor snippet client v2's stop server method (#807)Minghao Li
2022-04-08Rename Snippet client v2's startup sequence steps (#806)Minghao Li
2022-03-22run yapf to fix format (#801)Minghao Li
2022-03-22Add a new base class for snippet client (#795)Minghao Li
2022-01-24Fix tests for fastboot device detection on Windows CI. (#792)Aidan Holm
2021-12-28Improve test coverage in Mobly utils. (#789)Eric Lin (Tzu Hsiang Lin)
2021-12-27Add basic `retry()` and `repeat()` support to generated tests. (#766)PCMan
2021-12-27Replace psutil usages in utils.stop_standing_subprocess. (#787)Eric Lin (Tzu Hsiang Lin)
2021-12-24Add a test case to cover kill subprocess and descendants behavior. (#786)Eric Lin (Tzu Hsiang Lin)
2021-12-23Replace mock with unittest.mock and cleanup import section. (#785)Eric Lin (Tzu Hsiang Lin)
2021-12-23Remove psutil usages in utils_test. (#783)Eric Lin (Tzu Hsiang Lin)
2021-12-22Refactor utils_test to follow Google Python style guide. (#782)Eric Lin (Tzu Hsiang Lin)
2021-12-22Fix bad import order according to Google Python style guide. (#781)Eric Lin (Tzu Hsiang Lin)
2021-12-21Remove unreachable class method in AdbTest. (#780)Eric Lin (Tzu Hsiang Lin)
2021-12-14Replace psutil usage with subprocess in utils.run_command. (#776)Eric Lin (Tzu Hsiang Lin)
2021-12-13Remove unused import in utils_test.py. (#775)Eric Lin (Tzu Hsiang Lin)
2021-12-10Add incremental build ID and build fingerprint as AndroidDevice build info pr...xianyuanjia
2021-11-16Add assertion functions for parity with unittest (#769)Art Orlov
2021-08-22Inspect class instead of class instance to get test methods list. (#762)xianyuanjia
2021-07-27Remove the monsoon controller (#759)Ang Li
2021-07-20Cache the current user id in SnippetClient. (#756)Ang Li
2021-06-09Test run exit status should be `0` if test retry eventually passed. (#755)Ang Li
2021-06-08Use `assertRaises` instead of catch and assert (#754)John
2021-05-21Use `self.assertIsInstance(..., ...)` instead of `self.assertTrue(isinstance(...troub1emaker-sys
2021-05-21Supports `universal_newlines` as argument in utils#run_command (#749)troub1emaker-sys
2021-05-18Do not raise Error for already connected devices. (#747)Ang Li
2021-05-14Raise an error when `adb connect` fails. (#746)Ang Li
2021-05-06Support custom filename in `AndroidDevice.take_screenshot` (#730)jamesgkk
2021-05-05Fix a bug in `android_device.get_instances_with_configs`. (#744)Ang Li
2021-05-05Check Android devices exist before calling commands on them. (#743)Ang Li
2021-05-05Add support for `max_consecutive_error` in `repeat`. (#740)Ang Li
2021-04-23Support native repeat and retry in Mobly. (#734)Ang Li
2021-03-18Fix the behavior of `SnippetClient#is_alive`. (#732)Ang Li
2021-02-16Prefer monotonic time from perf_counter for time measurement. (#725)Eric Lin (Tzu Hsiang Lin)
2021-02-15Drop the py2 compatibility in class declaration statements. (#724)Eric Lin (Tzu Hsiang Lin)
2021-02-15Drop the py2 compatibility in unittest usages. (#726)Eric Lin (Tzu Hsiang Lin)
2021-02-12Drop the py2 compatibility in super() statements. (#722)Eric Lin (Tzu Hsiang Lin)
2021-02-10Improve port picking logic. (#717)Ang Li
2021-02-09Minor fixes for jsonrpc client. (#718)Ang Li
2021-02-03Remove more py2 workarounds. (#716)Ang Li
2021-02-02Remove some py2 workarounds. (#715)Ang Li
2021-01-22Fix some usages of asserts in tests. (#714)Ang Li
2021-01-20Re-format all codes to Google style. (#713)Ang Li
2021-01-13Move to 2-space indent: AndroidDevice related test files. (#709)Eric Lin (Tzu Hsiang Lin)
2021-01-13Move to 2-space indent: test files except AndroidDevice related (#710)Eric Lin (Tzu Hsiang Lin)
2021-01-13Add a retry mechanism for the ADB command "root”. (#690)chuanhsiao
2021-01-13Remove deprecated code. (#693)Ang Li
2021-01-06Fix a potential resource leakage in `_print_test_names`. (#688)Ang Li
2020-10-30Reduce unused variable in _client_receive. (#686)Syaoran Kuo