1. 2fd507d Mobly Release 1.12.1. (#866) by Ang Li · 1 year, 3 months ago 1.12.1
  2. 86688d3 Make the summary file path more accessible. (#865) by Ang Li · 1 year, 4 months ago
  3. 1c44fd9 Ensure the termination of the `teardown_class` record. (#864) by Ang Li · 1 year, 4 months ago
  4. f7f323e Adjust timeout strategy for `AdbProxy#getprop` (#863) by Ang Li · 1 year, 4 months ago
  5. 2371557 Fix list_fastboot_devices for other usb interfaces (#859) by Tatsujin Chin · 1 year, 4 months ago
  6. 8d044d2 Add check for Cuttlefish devices in `is_emulator` (#860) by xianyuanjia · 1 year, 4 months ago
  7. 7892f34 Omit traceback logging for test skip exceptions (#862) by Taylor Cramer · 1 year, 4 months ago
  8. 8254871 Handle SIGTERM in Mobly. (#858) by boon · 1 year, 5 months ago
  9. 9238569 Don't mutate BaseTestClass.record_data() argument. (#856) by Jon Wolverton · 1 year, 5 months ago
  10. f788d41 Fix erroneous asserts.assert_count_equal docstring summary (#855) by Art Orlov · 1 year, 5 months ago
  11. 1b6e611 Add debug logging for fastboot commands. (#854) by Aidan Holm · 1 year, 5 months ago
  12. a6e5ad2 Update instrumentation_tutorial.md (#853) by Sebastian · 1 year, 6 months ago
  13. 3f8bec9 Expose the method to set new log prefix in PrefixLoggerAdapter (#852) by Minghao Li · 1 year, 6 months ago
  14. c4261ef Remove unused dependencies (#850) by Sam Balana · 1 year, 7 months ago
  15. 7fb5084 Create a prefix logger adapter class to add prefix to logs (#849) by Minghao Li · 1 year, 8 months ago
  16. 516b715 Always create the `AndroidDevice` object specific log directory. (#848) by Ang Li · 1 year, 9 months ago
  17. 2da2ec3 Mobly Release 1.12. (#846) by Ang Li · 1 year, 9 months ago 1.12
  18. 792df04 Fix calling `generate_tests` in the `setup_genearted_tests` stage. (#847) by Ang Li · 1 year, 9 months ago
  19. 84a80b3 Rename the `setup_generated_tests` stage to `pre_run`. (#844) by Ang Li · 1 year, 9 months ago
  20. f2a80ca Add a --verbose argument to the test_runner to set DEBUG logging level (#840) by David Duarte · 1 year, 9 months ago
  21. 04bef05 Clean up legacy code (#842) by Minghao Li · 1 year, 9 months ago
  22. 172d0cb Deprecate legacy snippet modules after snippet client v2 migration (#841) by Minghao Li · 1 year, 10 months ago
  23. 98273a2 Flip the default Android snippet client version to V2 (#839) by Minghao Li · 1 year, 10 months ago
  24. 9778e55 Remove argv check. Check is already done in parse_cli_args and should be sys.argv[1:]. (#838) by boon · 1 year, 10 months ago
  25. 7948eaf Add termination signal type to record. (#837) by Ang Li · 1 year, 10 months ago
  26. 6ea354d Support switching to client V2 via Android Device property setting (#835) by Minghao Li · 1 year, 11 months ago
  27. aad7f30 Add error type to `ExceptionRecord`. (#836) by Ang Li · 1 year, 11 months ago
  28. 0b8fabd ClientBase shouldn't call "stop" if "before_starting_server" failed (#834) by Minghao Li · 1 year, 11 months ago
  29. a0948ae Alias error classes of callback handler v1 to the new ones (#832) by Minghao Li · 1 year, 11 months ago
  30. a7ed61e Standardize Async RPC for snippet client v2 (#826) by Minghao Li · 1 year, 11 months ago
  31. bafbbcf Fix typos in tutorial.md (#830) by Ted Pudlik · 1 year, 11 months ago
  32. 22a88e0 Client V2 cleans event client when it stops (#825) by Minghao Li · 2 years ago
  33. 5a313a3 Fix typo in run_command (#810) by nkprasad12 · 2 years ago
  34. 3efdd54 Create base suite class and add run_suite_class to suite runner. (#817) by boon · 2 years ago
  35. 9da3bce Remove client v2's unit test's dep on subprocess (#823) by Minghao Li · 2 years ago
  36. 913e470 Event client clears host_port and device_port attribute (#822) by Minghao Li · 2 years ago
  37. 286c2f5 Alias error classes of snippet client v1 to the new ones in snippet package (#824) by Minghao Li · 2 years ago
  38. fb0a396 Fix the bug where event client is broken after reboot (#821) by Minghao Li · 2 years ago
  39. c6145d2 Add a flag for whether to use Snippet Client V2 (#815) by Minghao Li · 2 years ago
  40. d2490db Drop Python3.6 support. pytest removed Python 3.6 support so it is difficult to maintain the support on our side. (#819) by boon · 2 years ago
  41. 0365f83 Add Snippet Client V2 for Android, Step 2 (#808) by Minghao Li · 2 years ago
  42. 14dd717 ClientBase should call "stop" if "before_starting_server" failed (#813) by Minghao Li · 2 years ago
  43. 225f609 Remove host_port and device_port attributes from ClientBase (#814) by Minghao Li · 2 years ago
  44. 6d7b621 Adding Snippet Client V2 for Android, Step 1 (#804) by Minghao Li · 2 years, 1 month ago
  45. 38826e3 Refactor snippet client v2's stop server method (#807) by Minghao Li · 2 years, 1 month ago
  46. 8e0499c Rename Snippet client v2's startup sequence steps (#806) by Minghao Li · 2 years, 1 month ago
  47. d1b0104 run yapf to fix format (#801) by Minghao Li · 2 years, 1 month ago
  48. 7d9bb55 Add a new base class for snippet client (#795) by Minghao Li · 2 years, 1 month ago
  49. 59464bd Mobly Release 1.11.1. (#799) by Ang Li · 2 years, 2 months ago 1.11.1
  50. 4a3aa58 Add a comment for fastboot. (#798) by Ang Li · 2 years, 2 months ago
  51. fe13f5a Add return type annotations to some AdbProxy methods. (#790) by Aidan Holm · 2 years, 3 months ago
  52. bbfcca8 Fix tests for fastboot device detection on Windows CI. (#792) by Aidan Holm · 2 years, 3 months ago
  53. 117f8ec Include fastboot devices when validating controller creation. (#791) by Aidan Holm · 2 years, 3 months ago
  54. d2efcf9 Improve test coverage in Mobly utils. (#789) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  55. 1d1b572 Fix import order and disable broad-except pylint warning. (#788) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  56. 76b4a21 Add basic `retry()` and `repeat()` support to generated tests. (#766) by PCMan · 2 years, 4 months ago
  57. bb94c86 Replace psutil usages in utils.stop_standing_subprocess. (#787) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  58. d3dcb3e Add a test case to cover kill subprocess and descendants behavior. (#786) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  59. 82c5e95 Replace mock with unittest.mock and cleanup import section. (#785) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  60. 797ac3a Remove psutil usages in utils_test. (#783) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  61. 9454775 Refactor utils_test to follow Google Python style guide. (#782) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  62. e55c7ba Fix bad import order according to Google Python style guide. (#781) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  63. ec30535 Create enum for build info constants (#778) by boon · 2 years, 4 months ago
  64. 6bea929 Remove unreachable class method in AdbTest. (#780) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  65. ecf9042 Add type hint to utils.run_command to fix pytype checker error. (#779) by Eric Lin (Tzu Hsiang Lin) · 2 years, 4 months ago
  66. d33a2f1 Replace psutil usage with subprocess in utils.run_command. (#776) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  67. 156ce82 Remove unused import in utils_test.py. (#775) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  68. 73178ec Use convenience constant instead hard code everywhere for MBS. (#777) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  69. e64472b Add incremental build ID and build fingerprint as AndroidDevice build info properties (#774) by xianyuanjia · 2 years, 5 months ago
  70. 75eeb24 Add assertion functions for parity with unittest (#769) by Art Orlov · 2 years, 6 months ago
  71. 5097a6f Change get_atten command for instances where path count is 1. (#771) by xianyuanjia · 2 years, 6 months ago
  72. 542a78a Make code sample more idiomatic. (#765) by Aidan Holm · 2 years, 7 months ago
  73. a7d1135 Fix typo in android_device (#764) by Colin Tan · 2 years, 8 months ago
  74. 0e6dff7 Support overriding direct Rpc calls in `callback_handler`. (#763) by Ang Li · 2 years, 8 months ago
  75. b4c8741 Inspect class instead of class instance to get test methods list. (#762) by xianyuanjia · 2 years, 8 months ago
  76. 5de78a9 Mobly Release 1.11. (#761) by Ang Li · 2 years, 9 months ago 1.11
  77. a687b66 Remove the monsoon controller (#759) by Ang Li · 2 years, 9 months ago
  78. b859211 Cache the current user id in SnippetClient. (#756) by Ang Li · 2 years, 10 months ago
  79. 66c78c0 Test run exit status should be `0` if test retry eventually passed. (#755) by Ang Li · 2 years, 11 months ago
  80. cd253a4 Use `assertRaises` instead of catch and assert (#754) by John · 2 years, 11 months ago
  81. 113ac44 Show test run metadata in test summary. (#751) by Ang Li · 3 years ago
  82. 775baf7 Use `self.assertIsInstance(..., ...)` instead of `self.assertTrue(isinstance(..., ...))`. (#750) by troub1emaker-sys · 3 years ago
  83. 8fc52c2 Supports `universal_newlines` as argument in utils#run_command (#749) by troub1emaker-sys · 3 years ago
  84. 255edd7 Do not raise Error for already connected devices. (#747) by Ang Li · 3 years ago
  85. c9c20f9 Raise an error when `adb connect` fails. (#746) by Ang Li · 3 years ago
  86. ff2ff8d Fix flake8 warning (#741) (#745) by John · 3 years ago
  87. 1194a79 Support custom filename in `AndroidDevice.take_screenshot` (#730) by jamesgkk · 3 years ago
  88. cc5bd0b Fix flake8 warning (#741) (#742) by John · 3 years ago
  89. 42f9a05 Fix a bug in `android_device.get_instances_with_configs`. (#744) by Ang Li · 3 years ago
  90. 8624f72 Check Android devices exist before calling commands on them. (#743) by Ang Li · 3 years ago
  91. 509f717 Add support for `max_consecutive_error` in `repeat`. (#740) by Ang Li · 3 years ago
  92. c1c1023 Trigger the CI runs on pull request too. (#738) by Eric Lin (Tzu Hsiang Lin) · 3 years ago
  93. 0fbc913 Remove "Travis CI" configurations. (#737) by Eric Lin (Tzu Hsiang Lin) · 3 years ago
  94. fe40a45 Use "GitHub actions" to run CI tests for google/mobly (#736) by Eric Lin (Tzu Hsiang Lin) · 3 years ago
  95. 532b04a Support native repeat and retry in Mobly. (#734) by Ang Li · 3 years ago
  96. f3335ac Fix typo. (#733) by Aidan Holm · 3 years, 1 month ago
  97. f5f330a Fix the behavior of `SnippetClient#is_alive`. (#732) by Ang Li · 3 years, 1 month ago
  98. 47446d2 Include a debug hint in snippet client error message. (#731) by Ang Li · 3 years, 2 months ago
  99. 425ebc2 Remove 'future' compatibility layer dependency. (#728) by Eric Lin (Tzu Hsiang Lin) · 3 years, 2 months ago
  100. 74ecccc Prefer monotonic time from perf_counter for time measurement. (#725) by Eric Lin (Tzu Hsiang Lin) · 3 years, 2 months ago