1. 0645ac8 Fix some usages of asserts in tests. (#714) by Ang Li · 3 years, 4 months ago
  2. b7c2324 Re-format all codes to Google style. (#713) by Ang Li · 3 years, 4 months ago
  3. 16ddca2 Move to 2-space indent: tests/lib/*.py. (#707) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  4. 8eb87e0 Move to 2-space indent: AndroidDevice related test files. (#709) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  5. e09ecd4 Move to 2-space indent: test files except AndroidDevice related (#710) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  6. 88fc06f Drop python 3.4 and 3.5 from travis. (#712) by boon · 3 years, 4 months ago
  7. 11d0f08 Move to 2-space indent: tools. (#711) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  8. 2187421 Fix some wordings in README.md. (#706) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  9. ac42976 Fix a non-pythonic usage of `not`. (#708) by Ang Li · 3 years, 4 months ago
  10. 946e594 Make a logging statement more contextual. (#704) by Ang Li · 3 years, 4 months ago
  11. 6c11582 Move to 2-space indent: AndroidDevice related files. (#705) by Ang Li · 3 years, 4 months ago
  12. 4d7ddec Add tox config for running unit tests. (#702) by Ang Li · 3 years, 4 months ago
  13. bf936ab Drop py2 and py<3.6 support in README.md. (#703) by Eric Lin · 3 years, 4 months ago
  14. 3ff6864 Move to 2-space indent: top-level mobly files. (#701) by Ang Li · 3 years, 4 months ago
  15. bb8adc3 Drop py2 support in setup.py test. (#695) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  16. fecc70f Add a retry mechanism for the ADB command "root”. (#690) by chuanhsiao · 3 years, 4 months ago
  17. 0d063ee Remove deprecated code. (#693) by Ang Li · 3 years, 4 months ago
  18. e83547d Drop Python 2 compatibility. (#679) by Eric Lin (Tzu Hsiang Lin) · 3 years, 4 months ago
  19. 6ff8f9e Mobly Release 1.10.1. (#692) by Ang Li · 3 years, 4 months ago
  20. 0452861 Use an empty string as the default `TestRunConfig.log_path` (#689) by Ang Li · 3 years, 4 months ago
  21. 858e65a Fix a potential resource leakage in `_print_test_names`. (#688) by Ang Li · 3 years, 4 months ago
  22. 7f09683 Reduce unused variable in _client_receive. (#686) by Syaoran Kuo · 3 years, 7 months ago
  23. d87c88e Sets default not to do verbose logging (#683) by Syaoran Kuo · 3 years, 7 months ago
  24. d8ac439 Fix flaky test fails caused by `mock.MagicMock().call_count` is not thread-safe. (#682) by Eric Lin (Tzu Hsiang Lin) · 3 years, 7 months ago
  25. 0a7dad7 Add not None check in Logcat.create_output_excerpts. (#681) by Eric Lin (Tzu Hsiang Lin) · 3 years, 7 months ago
  26. 47a15d7 Add fallback for jrpc client connection when failing to connect. (#678) by BryanDClark · 3 years, 9 months ago
  27. 94d075f Fix typo, rename test function and align style (#677) by Eric Lin (Tzu Hsiang Lin) · 3 years, 9 months ago
  28. 4004895 Remove bug report file on device after adb pull. (#676) by Eric Lin (Tzu Hsiang Lin) · 3 years, 9 months ago
  29. 6f86793 Add extra log for debug when UnicodeDecodeError happened (#674) by williamfzc · 3 years, 10 months ago
  30. 7d38d6f Fix unit test failure due to the lack of `fastboot` mock. (#672) by Ang Li · 4 years, 1 month ago
  31. 6d19e46 Change an arg name to be consistent. (#671) by Ang Li · 4 years, 1 month ago
  32. a68bae3 Add an API for taking screenshot in AndroidDevice. (#670) by Ang Li · 4 years, 1 month ago
  33. f3f9c63 Fix adb service can NOT start in mobly when debugging with Intelij IDEA by Eric Lin (Tzu Hsiang Lin) · 4 years, 2 months ago
  34. bd96fcf Use errno instead of os.errno in utils.create_dir (#667) by xianyuanjia · 4 years, 2 months ago
  35. e36b3df Mobly Release 1.10. (#664) by Ang Li · 4 years, 4 months ago
  36. 300fc55 Do not check if a service is `alive` in `resume_services`. (#663) by Ang Li · 4 years, 4 months ago
  37. 5b6bf21 Properly handle service re-start and resume in `AndroidDevice`. (#662) by Ang Li · 4 years, 4 months ago
  38. ad424c9 Merge pull request #661 from winterfroststrom/concurrent_exec_raises by Tim Strother · 4 years, 5 months ago
  39. 1f4283f Workaround Python 3.4 max_workers not supporting None by winterfrosts · 4 years, 5 months ago
  40. 5ce4643 Improve concurrent_exec util by winterfrosts · 4 years, 5 months ago
  41. 4b98d75 Change MISMATCHED_API_ID from 'Mismatched API id.' to 'RPC request-response ID mismatch.' for clarity. (#657) by TheTrueSCU · 4 years, 5 months ago
  42. d696fae Rewrite logcat's create_output_excerpts to avoid dangling excerpts. (#658) by xianyuanjia · 4 years, 5 months ago
  43. 8980162 Removes unnecessary list handling from -c flag. (#659) by Mark De Ruyter · 4 years, 5 months ago
  44. d32a00d Do not add `--user` in snippet commands for SDK < 24. (#653) by Ang Li · 4 years, 7 months ago
  45. d919d51 Defaults the controller and user_params to empty dictionaries in TestRunConfig. (#654) by Mark De Ruyter · 4 years, 7 months ago
  46. 378cc28 Updated formatting of config_parser_test.py (#652) by Mark De Ruyter · 4 years, 7 months ago
  47. 828cf20 Log path changes in `BaseTestClass`. (#650) by Ang Li · 4 years, 7 months ago
  48. 01b3226 Revert "Defaults the controller and user_params to empty dictionaries in TestRunConfig." by Ang Li · 4 years, 7 months ago
  49. e7c607b Change test case filter to use callable() instead of inspect.ismethod() (#648) by xianyuanjia · 4 years, 7 months ago
  50. 207182e Defaults the controller and user_params to empty dictionaries in TestRunConfig. by Mark De Ruyter · 4 years, 7 months ago
  51. 12ead33 Always operate on the current user in `snippet_client`. (#647) by Ang Li · 4 years, 7 months ago
  52. ac54530 Correct docstring for `current_user_id` (#646) by Ang Li · 4 years, 7 months ago
  53. da73f68 [adb] Add a util to retrieve the current user ID. (#645) by Ang Li · 4 years, 7 months ago
  54. 95dda74 Allow overriding props with setters via config in `AndroidDevice`. (#644) by Ang Li · 4 years, 7 months ago
  55. 313df48 Guarantees the test stage end message is always logged. (#639) by Mark De Ruyter · 4 years, 7 months ago
  56. f74393e Re-include test_bed_name in load_test_config_file() for backward compatibility (#643) by xianyuanjia · 4 years, 7 months ago
  57. 7ecec7d Rename test_bed_name to testbed_name. (#641) by xianyuanjia · 4 years, 7 months ago
  58. 301d726 Remove long deprecated APIs. (#640) by Ang Li · 4 years, 7 months ago
  59. b5aea4c Fix take_bug_report int issue. (#638) by winterfroststrom · 4 years, 8 months ago
  60. 0f98218 Standardize filenames for logcat and bugreport. (#635) by Ang Li · 4 years, 8 months ago
  61. 61cfdc5 Fix line length on comment (#637) by winterfroststrom · 4 years, 8 months ago
  62. b66813d Preserve extensions when truncating filenames (#636) by winterfroststrom · 4 years, 8 months ago
  63. 7fa0bf4 Utilize new output file APIs in `logcat_service`. (#634) by Ang Li · 4 years, 8 months ago
  64. e6888c8 Standardize output excerpt APIs in services. (#633) by Ang Li · 4 years, 8 months ago
  65. f596d09 Add find_subclass_in_module utility. (#632) by winterfroststrom · 4 years, 8 months ago
  66. 3662c6a Add find_subclasses_in_module utility method. (#631) by winterfroststrom · 4 years, 8 months ago
  67. a8897ef Add a method for generating output filenames in `AndroidDevice` (#630) by Ang Li · 4 years, 8 months ago
  68. 5135ee3 Add logic to sanitize windows filenames (#629) by winterfroststrom · 4 years, 8 months ago
  69. 2587dce Fix adb instrument output. (#628) by winterfroststrom · 4 years, 8 months ago
  70. d84f094 Add is emulator property (#626) by winterfroststrom · 4 years, 8 months ago
  71. 4541f3a Add context on the ordering of `root_adb` commands. (#624) by Ang Li · 4 years, 9 months ago
  72. 6329d02 Mobly Release 1.9.1. (#622) by Ang Li · 4 years, 9 months ago
  73. c780464 Update sphinx config (#621) by Ang Li · 4 years, 9 months ago
  74. cf1b860 Add back rst files for sphinx. (#620) by Ang Li · 4 years, 9 months ago
  75. dc189aa Revert "Refactor docs to publish contents to readthedocs.io" (#618) by Ang Li · 4 years, 9 months ago
  76. b3e9e80 Mobly Release 1.9. (#617) by Ang Li · 4 years, 9 months ago
  77. 77daa5f Remove context behavior of `base_test` (#616) by Ang Li · 4 years, 9 months ago
  78. 6166297 Set default logging values for test runner. (#612) by winterfroststrom · 4 years, 9 months ago
  79. 7026d69 Add ability to override the log alias directory. (#584) by winterfroststrom · 4 years, 10 months ago
  80. 2851e3c Fix typo. (#611) by winterfroststrom · 4 years, 10 months ago
  81. a18569f Fix suite_runner with logger. (#610) by winterfroststrom · 4 years, 10 months ago
  82. 1ff98f1 Make test_runner logging a context manager. (#606) by winterfroststrom · 4 years, 10 months ago
  83. 7530d9a Make state explicit in logcat service update config. (#609) by Ang Li · 4 years, 10 months ago
  84. 95397a3 Support updating config in an existing logcat service instance (#608) by Ang Li · 4 years, 10 months ago
  85. 9d450b2 Guarantee service start/stop order in AndroidDevice. (#607) by Ang Li · 4 years, 10 months ago
  86. 5919da4 Remove an extra param. (#604) by Ang Li · 4 years, 10 months ago
  87. dc2ba96 Make `take_bug_reports` consistent with its singular version. (#602) by Ang Li · 4 years, 10 months ago
  88. aa48256 New yapf formatting. (#603) by Ang Li · 4 years, 10 months ago
  89. bcf1e81 Cache build info (#600) by winterfroststrom · 4 years, 10 months ago
  90. b265876 Workaround socket library import issue. (#601) by winterfroststrom · 4 years, 10 months ago
  91. da9f18b Extend build info (#599) by winterfroststrom · 4 years, 10 months ago
  92. b93775e Add retries for adb getprops. (#597) by winterfroststrom · 4 years, 10 months ago
  93. 561d34e Deduplicate the mock adb proxy. (#598) by winterfroststrom · 4 years, 10 months ago
  94. 048be41 Workaround adb getprop timing out occasionally during the boot process. (#596) by hanx-github · 4 years, 10 months ago
  95. 01707a1 Fix typos. (#595) by winterfroststrom · 4 years, 10 months ago
  96. ee0e0d7 Update and rename CONTRIBUTING to CONTRIBUTING.md (#594) by Kshithij Iyer · 4 years, 10 months ago
  97. fbeb0a8 Fix service manager error handling. (#591) by winterfroststrom · 4 years, 10 months ago
  98. 5b40bd4 Add mixin for instrumentation test. (#588) by winterfroststrom · 4 years, 10 months ago
  99. 6996cb2 Merge pull request #590 from google/winterfroststrom-patch-1 by Jamie Kuppel · 4 years, 11 months ago
  100. 0f4b554 Update setup.py by winterfroststrom · 4 years, 11 months ago