aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-06-30Flip the default Android snippet client version to V2 (#839)Minghao Li
2022-06-24Remove argv check. Check is already done in parse_cli_args and should be sys....boon
2022-06-21Add termination signal type to record. (#837)Ang Li
2022-06-17Support switching to client V2 via Android Device property setting (#835)Minghao Li
2022-06-16Add error type to `ExceptionRecord`. (#836)Ang Li
2022-06-09ClientBase shouldn't call "stop" if "before_starting_server" failed (#834)Minghao Li
2022-06-03Standardize Async RPC for snippet client v2 (#826)Minghao Li
2022-05-23Client V2 cleans event client when it stops (#825)Minghao Li
2022-05-21Fix typo in run_command (#810)nkprasad12
2022-05-19Create base suite class and add run_suite_class to suite runner. (#817)boon
2022-05-19Remove client v2's unit test's dep on subprocess (#823)Minghao Li
2022-05-19Event client clears host_port and device_port attribute (#822)Minghao Li
2022-05-18Fix the bug where event client is broken after reboot (#821)Minghao Li
2022-05-17Add a flag for whether to use Snippet Client V2 (#815)Minghao Li
2022-05-08Add Snippet Client V2 for Android, Step 2 (#808)Minghao Li
2022-05-05ClientBase should call "stop" if "before_starting_server" failed (#813)Minghao Li
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