aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
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-12Drop the py2 compatibility in super() statements. (#722)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-13Add a retry mechanism for the ADB command "root”. (#690)chuanhsiao
2021-01-13Remove deprecated code. (#693)Ang Li
2021-01-06Fix a potential resource leakage in `_print_test_names`. (#688)Ang Li
2020-10-30Reduce unused variable in _client_receive. (#686)Syaoran Kuo
2020-10-30Sets default not to do verbose logging (#683)Syaoran Kuo
2020-10-12Fix flaky test fails caused by `mock.MagicMock().call_count` is not thread-sa...Eric Lin (Tzu Hsiang Lin)
2020-10-12Add not None check in Logcat.create_output_excerpts. (#681)Eric Lin (Tzu Hsiang Lin)
2020-08-27Fix typo, rename test function and align style (#677)Eric Lin (Tzu Hsiang Lin)
2020-07-18Add extra log for debug when UnicodeDecodeError happened (#674)williamfzc
2020-04-19Fix unit test failure due to the lack of `fastboot` mock. (#672)Ang Li
2020-04-08Add an API for taking screenshot in AndroidDevice. (#670)Ang Li
2020-03-24Fix adb service can NOT start in mobly when debugging with Intelij IDEAEric Lin (Tzu Hsiang Lin)
2020-01-10Properly handle service re-start and resume in `AndroidDevice`. (#662)Ang Li
2019-12-06Workaround Python 3.4 max_workers not supporting Nonewinterfrosts
2019-12-06Improve concurrent_exec utilwinterfrosts
2019-12-03Rewrite logcat's create_output_excerpts to avoid dangling excerpts. (#658)xianyuanjia
2019-10-29Do not add `--user` in snippet commands for SDK < 24. (#653)Ang Li
2019-10-24Defaults the controller and user_params to empty dictionaries in TestRunConfi...Mark De Ruyter
2019-10-24Updated formatting of config_parser_test.py (#652)Mark De Ruyter
2019-10-23Log path changes in `BaseTestClass`. (#650)Ang Li
2019-10-20Change test case filter to use callable() instead of inspect.ismethod() (#648)xianyuanjia
2019-10-17Always operate on the current user in `snippet_client`. (#647)Ang Li
2019-10-14[adb] Add a util to retrieve the current user ID. (#645)Ang Li