aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly/controllers/android_device_lib/services/snippet_management_service_test.py
AgeCommit message (Expand)Author
2023-10-26Fix current formatting issues and add formatting check to CI workflow (#902)nkprasad12
2023-05-22Support am instrument options by adding a snippet config class (#886)Minghao Li
2022-07-20Deprecate legacy snippet modules after snippet client v2 migration (#841)Minghao Li
2022-06-30Flip the default Android snippet client version to V2 (#839)Minghao Li
2022-06-17Support switching to client V2 via Android Device property setting (#835)Minghao Li
2022-05-17Add a flag for whether to use Snippet Client V2 (#815)Minghao Li
2021-12-23Replace mock with unittest.mock and cleanup import section. (#785)Eric Lin (Tzu Hsiang Lin)
2021-03-18Fix the behavior of `SnippetClient#is_alive`. (#732)Ang Li
2021-02-15Drop the py2 compatibility in unittest usages. (#726)Eric Lin (Tzu Hsiang Lin)
2021-01-20Re-format all codes to Google style. (#713)Ang Li
2021-01-13Move to 2-space indent: AndroidDevice related test files. (#709)Eric Lin (Tzu Hsiang Lin)
2018-10-01Fix pause/resume behavior for snippet management service. (#513)Ang Li
2018-09-28Apply service mechanism for snippet client management. (#507)Ang Li