1. 6d7b621 Adding Snippet Client V2 for Android, Step 1 (#804) by Minghao Li · 2 years, 2 months ago
  2. 38826e3 Refactor snippet client v2's stop server method (#807) by Minghao Li · 2 years, 2 months ago
  3. 8e0499c Rename Snippet client v2's startup sequence steps (#806) by Minghao Li · 2 years, 2 months ago
  4. d1b0104 run yapf to fix format (#801) by Minghao Li · 2 years, 3 months ago
  5. 7d9bb55 Add a new base class for snippet client (#795) by Minghao Li · 2 years, 3 months ago
  6. bbfcca8 Fix tests for fastboot device detection on Windows CI. (#792) by Aidan Holm · 2 years, 5 months ago
  7. d2efcf9 Improve test coverage in Mobly utils. (#789) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  8. 76b4a21 Add basic `retry()` and `repeat()` support to generated tests. (#766) by PCMan · 2 years, 6 months ago
  9. bb94c86 Replace psutil usages in utils.stop_standing_subprocess. (#787) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  10. d3dcb3e Add a test case to cover kill subprocess and descendants behavior. (#786) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  11. 82c5e95 Replace mock with unittest.mock and cleanup import section. (#785) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  12. 797ac3a Remove psutil usages in utils_test. (#783) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  13. 9454775 Refactor utils_test to follow Google Python style guide. (#782) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  14. e55c7ba Fix bad import order according to Google Python style guide. (#781) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  15. 6bea929 Remove unreachable class method in AdbTest. (#780) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  16. d33a2f1 Replace psutil usage with subprocess in utils.run_command. (#776) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  17. 156ce82 Remove unused import in utils_test.py. (#775) by Eric Lin (Tzu Hsiang Lin) · 2 years, 6 months ago
  18. e64472b Add incremental build ID and build fingerprint as AndroidDevice build info properties (#774) by xianyuanjia · 2 years, 6 months ago
  19. 75eeb24 Add assertion functions for parity with unittest (#769) by Art Orlov · 2 years, 7 months ago
  20. b4c8741 Inspect class instead of class instance to get test methods list. (#762) by xianyuanjia · 2 years, 10 months ago
  21. a687b66 Remove the monsoon controller (#759) by Ang Li · 2 years, 11 months ago
  22. b859211 Cache the current user id in SnippetClient. (#756) by Ang Li · 2 years, 11 months ago
  23. 66c78c0 Test run exit status should be `0` if test retry eventually passed. (#755) by Ang Li · 3 years ago
  24. cd253a4 Use `assertRaises` instead of catch and assert (#754) by John · 3 years ago
  25. 775baf7 Use `self.assertIsInstance(..., ...)` instead of `self.assertTrue(isinstance(..., ...))`. (#750) by troub1emaker-sys · 3 years, 1 month ago
  26. 8fc52c2 Supports `universal_newlines` as argument in utils#run_command (#749) by troub1emaker-sys · 3 years, 1 month ago
  27. 255edd7 Do not raise Error for already connected devices. (#747) by Ang Li · 3 years, 1 month ago
  28. c9c20f9 Raise an error when `adb connect` fails. (#746) by Ang Li · 3 years, 1 month ago
  29. 1194a79 Support custom filename in `AndroidDevice.take_screenshot` (#730) by jamesgkk · 3 years, 1 month ago
  30. 42f9a05 Fix a bug in `android_device.get_instances_with_configs`. (#744) by Ang Li · 3 years, 1 month ago
  31. 8624f72 Check Android devices exist before calling commands on them. (#743) by Ang Li · 3 years, 1 month ago
  32. 509f717 Add support for `max_consecutive_error` in `repeat`. (#740) by Ang Li · 3 years, 1 month ago
  33. 532b04a Support native repeat and retry in Mobly. (#734) by Ang Li · 3 years, 2 months ago
  34. f5f330a Fix the behavior of `SnippetClient#is_alive`. (#732) by Ang Li · 3 years, 3 months ago
  35. 74ecccc Prefer monotonic time from perf_counter for time measurement. (#725) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  36. 4e093ad Drop the py2 compatibility in class declaration statements. (#724) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  37. a05df92 Drop the py2 compatibility in unittest usages. (#726) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  38. 63f0863 Drop the py2 compatibility in super() statements. (#722) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  39. 638ac59 Improve port picking logic. (#717) by Ang Li · 3 years, 4 months ago
  40. 69b07f9 Minor fixes for jsonrpc client. (#718) by Ang Li · 3 years, 4 months ago
  41. 7248a82 Remove more py2 workarounds. (#716) by Ang Li · 3 years, 4 months ago
  42. 44e6656 Remove some py2 workarounds. (#715) by Ang Li · 3 years, 4 months ago
  43. 0645ac8 Fix some usages of asserts in tests. (#714) by Ang Li · 3 years, 5 months ago
  44. b7c2324 Re-format all codes to Google style. (#713) by Ang Li · 3 years, 5 months ago
  45. 16ddca2 Move to 2-space indent: tests/lib/*.py. (#707) by Eric Lin (Tzu Hsiang Lin) · 3 years, 5 months ago
  46. 8eb87e0 Move to 2-space indent: AndroidDevice related test files. (#709) by Eric Lin (Tzu Hsiang Lin) · 3 years, 5 months ago
  47. e09ecd4 Move to 2-space indent: test files except AndroidDevice related (#710) by Eric Lin (Tzu Hsiang Lin) · 3 years, 5 months ago
  48. fecc70f Add a retry mechanism for the ADB command "root”. (#690) by chuanhsiao · 3 years, 5 months ago
  49. 0d063ee Remove deprecated code. (#693) by Ang Li · 3 years, 5 months ago
  50. 858e65a Fix a potential resource leakage in `_print_test_names`. (#688) by Ang Li · 3 years, 5 months ago
  51. 7f09683 Reduce unused variable in _client_receive. (#686) by Syaoran Kuo · 3 years, 8 months ago
  52. d87c88e Sets default not to do verbose logging (#683) by Syaoran Kuo · 3 years, 8 months ago
  53. d8ac439 Fix flaky test fails caused by `mock.MagicMock().call_count` is not thread-safe. (#682) by Eric Lin (Tzu Hsiang Lin) · 3 years, 8 months ago
  54. 0a7dad7 Add not None check in Logcat.create_output_excerpts. (#681) by Eric Lin (Tzu Hsiang Lin) · 3 years, 8 months ago
  55. 94d075f Fix typo, rename test function and align style (#677) by Eric Lin (Tzu Hsiang Lin) · 3 years, 10 months ago
  56. 6f86793 Add extra log for debug when UnicodeDecodeError happened (#674) by williamfzc · 4 years ago
  57. 7d38d6f Fix unit test failure due to the lack of `fastboot` mock. (#672) by Ang Li · 4 years, 2 months ago
  58. a68bae3 Add an API for taking screenshot in AndroidDevice. (#670) by Ang Li · 4 years, 2 months ago
  59. f3f9c63 Fix adb service can NOT start in mobly when debugging with Intelij IDEA by Eric Lin (Tzu Hsiang Lin) · 4 years, 3 months ago
  60. 5b6bf21 Properly handle service re-start and resume in `AndroidDevice`. (#662) by Ang Li · 4 years, 5 months ago
  61. 1f4283f Workaround Python 3.4 max_workers not supporting None by winterfrosts · 4 years, 6 months ago
  62. 5ce4643 Improve concurrent_exec util by winterfrosts · 4 years, 6 months ago
  63. d696fae Rewrite logcat's create_output_excerpts to avoid dangling excerpts. (#658) by xianyuanjia · 4 years, 6 months ago
  64. d32a00d Do not add `--user` in snippet commands for SDK < 24. (#653) by Ang Li · 4 years, 8 months ago
  65. d919d51 Defaults the controller and user_params to empty dictionaries in TestRunConfig. (#654) by Mark De Ruyter · 4 years, 8 months ago
  66. 378cc28 Updated formatting of config_parser_test.py (#652) by Mark De Ruyter · 4 years, 8 months ago
  67. 828cf20 Log path changes in `BaseTestClass`. (#650) by Ang Li · 4 years, 8 months ago
  68. e7c607b Change test case filter to use callable() instead of inspect.ismethod() (#648) by xianyuanjia · 4 years, 8 months ago
  69. 12ead33 Always operate on the current user in `snippet_client`. (#647) by Ang Li · 4 years, 8 months ago
  70. da73f68 [adb] Add a util to retrieve the current user ID. (#645) by Ang Li · 4 years, 8 months ago
  71. 95dda74 Allow overriding props with setters via config in `AndroidDevice`. (#644) by Ang Li · 4 years, 8 months ago
  72. 313df48 Guarantees the test stage end message is always logged. (#639) by Mark De Ruyter · 4 years, 8 months ago
  73. 7ecec7d Rename test_bed_name to testbed_name. (#641) by xianyuanjia · 4 years, 8 months ago
  74. 301d726 Remove long deprecated APIs. (#640) by Ang Li · 4 years, 8 months ago
  75. b5aea4c Fix take_bug_report int issue. (#638) by winterfroststrom · 4 years, 9 months ago
  76. 0f98218 Standardize filenames for logcat and bugreport. (#635) by Ang Li · 4 years, 9 months ago
  77. b66813d Preserve extensions when truncating filenames (#636) by winterfroststrom · 4 years, 9 months ago
  78. 7fa0bf4 Utilize new output file APIs in `logcat_service`. (#634) by Ang Li · 4 years, 9 months ago
  79. e6888c8 Standardize output excerpt APIs in services. (#633) by Ang Li · 4 years, 9 months ago
  80. f596d09 Add find_subclass_in_module utility. (#632) by winterfroststrom · 4 years, 9 months ago
  81. 3662c6a Add find_subclasses_in_module utility method. (#631) by winterfroststrom · 4 years, 9 months ago
  82. a8897ef Add a method for generating output filenames in `AndroidDevice` (#630) by Ang Li · 4 years, 9 months ago
  83. 5135ee3 Add logic to sanitize windows filenames (#629) by winterfroststrom · 4 years, 9 months ago
  84. 2587dce Fix adb instrument output. (#628) by winterfroststrom · 4 years, 9 months ago
  85. d84f094 Add is emulator property (#626) by winterfroststrom · 4 years, 9 months ago
  86. 6166297 Set default logging values for test runner. (#612) by winterfroststrom · 4 years, 10 months ago
  87. 7026d69 Add ability to override the log alias directory. (#584) by winterfroststrom · 4 years, 11 months ago
  88. 2851e3c Fix typo. (#611) by winterfroststrom · 4 years, 11 months ago
  89. a18569f Fix suite_runner with logger. (#610) by winterfroststrom · 4 years, 11 months ago
  90. 1ff98f1 Make test_runner logging a context manager. (#606) by winterfroststrom · 4 years, 11 months ago
  91. 7530d9a Make state explicit in logcat service update config. (#609) by Ang Li · 4 years, 11 months ago
  92. 95397a3 Support updating config in an existing logcat service instance (#608) by Ang Li · 4 years, 11 months ago
  93. 9d450b2 Guarantee service start/stop order in AndroidDevice. (#607) by Ang Li · 4 years, 11 months ago
  94. dc2ba96 Make `take_bug_reports` consistent with its singular version. (#602) by Ang Li · 5 years ago
  95. aa48256 New yapf formatting. (#603) by Ang Li · 5 years ago
  96. bcf1e81 Cache build info (#600) by winterfroststrom · 5 years ago
  97. da9f18b Extend build info (#599) by winterfroststrom · 5 years ago
  98. b93775e Add retries for adb getprops. (#597) by winterfroststrom · 5 years ago
  99. 561d34e Deduplicate the mock adb proxy. (#598) by winterfroststrom · 5 years ago
  100. 048be41 Workaround adb getprop timing out occasionally during the boot process. (#596) by hanx-github · 5 years ago