aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly
AgeCommit message (Expand)Author
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
2019-10-14Allow overriding props with setters via config in `AndroidDevice`. (#644)Ang Li
2019-10-11Guarantees the test stage end message is always logged. (#639)Mark De Ruyter
2019-10-09Rename test_bed_name to testbed_name. (#641)xianyuanjia
2019-10-07Remove long deprecated APIs. (#640)Ang Li
2019-10-02Fix take_bug_report int issue. (#638)winterfroststrom
2019-10-01Standardize filenames for logcat and bugreport. (#635)Ang Li
2019-10-01Preserve extensions when truncating filenames (#636)winterfroststrom
2019-09-27Utilize new output file APIs in `logcat_service`. (#634)Ang Li
2019-09-26Standardize output excerpt APIs in services. (#633)Ang Li
2019-09-23Add find_subclass_in_module utility. (#632)winterfroststrom
2019-09-23Add find_subclasses_in_module utility method. (#631)winterfroststrom
2019-09-20Add a method for generating output filenames in `AndroidDevice` (#630)Ang Li
2019-09-20Add logic to sanitize windows filenames (#629)winterfroststrom
2019-09-13Fix adb instrument output. (#628)winterfroststrom
2019-09-09Add is emulator property (#626)winterfroststrom
2019-08-05Set default logging values for test runner. (#612)winterfroststrom
2019-08-01Add ability to override the log alias directory. (#584)winterfroststrom
2019-07-31Fix typo. (#611)winterfroststrom
2019-07-31Fix suite_runner with logger. (#610)winterfroststrom
2019-07-30Make test_runner logging a context manager. (#606)winterfroststrom
2019-07-30Make state explicit in logcat service update config. (#609)Ang Li
2019-07-30Support updating config in an existing logcat service instance (#608)Ang Li
2019-07-29Guarantee service start/stop order in AndroidDevice. (#607)Ang Li
2019-07-22Make `take_bug_reports` consistent with its singular version. (#602)Ang Li
2019-07-22New yapf formatting. (#603)Ang Li
2019-07-17Cache build info (#600)winterfroststrom
2019-07-16Extend build info (#599)winterfroststrom
2019-07-16Add retries for adb getprops. (#597)winterfroststrom
2019-07-11Deduplicate the mock adb proxy. (#598)winterfroststrom
2019-07-11Workaround adb getprop timing out occasionally during the boot process. (#596)hanx-github
2019-07-09Fix typos. (#595)winterfroststrom