aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-03Mobly Release 1.11. (#761)Ang Li
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-27Show test run metadata in test summary. (#751)Ang Li
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-10Fix flake8 warning (#741) (#745)John
2021-05-06Support custom filename in `AndroidDevice.take_screenshot` (#730)jamesgkk
2021-05-06Fix flake8 warning (#741) (#742)John
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-27Trigger the CI runs on pull request too. (#738)Eric Lin (Tzu Hsiang Lin)
2021-04-27Remove "Travis CI" configurations. (#737)Eric Lin (Tzu Hsiang Lin)
2021-04-27Use "GitHub actions" to run CI tests for google/mobly (#736)Eric Lin (Tzu Hsiang Lin)
2021-04-23Support native repeat and retry in Mobly. (#734)Ang Li
2021-03-31Fix typo. (#733)Aidan Holm
2021-03-18Fix the behavior of `SnippetClient#is_alive`. (#732)Ang Li
2021-03-12Include a debug hint in snippet client error message. (#731)Ang Li
2021-02-17Remove 'future' compatibility layer dependency. (#728)Eric Lin (Tzu Hsiang Lin)
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-15Drop the py2 compatibility in raise_with_traceback. (#727)Eric Lin (Tzu Hsiang Lin)
2021-02-13Run tox instead setup.py test with Travis-CI. (#723)Eric Lin (Tzu Hsiang Lin)
2021-02-12Drop the py2 compatibility support modules. (#720)Eric Lin (Tzu Hsiang Lin)
2021-02-12Make quote delimiter consistent in mobly/utils.py. (#719)Eric Lin (Tzu Hsiang Lin)
2021-02-12Drop the py2 compatibility in super() statements. (#722)Eric Lin (Tzu Hsiang Lin)
2021-02-12Remove importing class from modules. (#721)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: tests/lib/*.py. (#707)Eric Lin (Tzu Hsiang Lin)
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-13Drop python 3.4 and 3.5 from travis. (#712)boon
2021-01-13Move to 2-space indent: tools. (#711)Eric Lin (Tzu Hsiang Lin)
2021-01-13Fix some wordings in README.md. (#706)Eric Lin (Tzu Hsiang Lin)
2021-01-13Fix a non-pythonic usage of `not`. (#708)Ang Li
2021-01-13Make a logging statement more contextual. (#704)Ang Li
2021-01-13Move to 2-space indent: AndroidDevice related files. (#705)Ang Li
2021-01-13Add tox config for running unit tests. (#702)Ang Li
2021-01-13Drop py2 and py<3.6 support in README.md. (#703)Eric Lin