summaryrefslogtreecommitdiffstats
path: root/adb/test_device.py
Commit message (Expand)AuthorAgeFilesLines
* adb: clean up quotes in test_device.py.Josh Gao2016-03-031-13/+13
* adb: mkdir the correct directory name when pulling.Josh Gao2016-03-031-0/+24
* adb: symlinks to dirs count as dirs for pull destination.Josh Gao2016-03-021-0/+66
* adb: check for an error response from adbd between each write.Josh Gao2016-02-191-0/+16
* adb: make pulling symlinks and devices work.Josh Gao2015-12-111-0/+34
* adb: make the test_pull_dir test actually test something.Josh Gao2015-12-091-1/+4
* Move adb tests to system/core/adb.Josh Gao2015-12-091-0/+948
* Move python-adb to development/python-packages.Dan Albert2015-09-181-537/+0
* Merge "adb unittest: make test_sync properly cleanup after itself"Elliott Hughes2015-09-171-1/+2
|\
| * adb unittest: make test_sync properly cleanup after itselfSpencer Low2015-09-141-1/+2
* | adb: Kill subprocess when the client exits.David Pursell2015-09-151-0/+29
|/
* adb: add client side shell protocol and enable.David Pursell2015-09-111-23/+40
* Merge "adb unittest: get test_unicode_paths passing on win32"Elliott Hughes2015-08-281-6/+11
|\
| * adb unittest: get test_unicode_paths passing on win32Spencer Low2015-08-281-6/+11
* | adb: fix adb install and adb push exit code, error handling, unittestSpencer Low2015-08-281-2/+8
|/
* adb: Fix PTY logic for non-interactive shells.David Pursell2015-08-121-0/+25
* Leave the evidence lying around if an adb test fails.Elliott Hughes2015-08-031-75/+64
* adb/test_device.py fixes for win32 and no use of ANDROID_SERIALSpencer Low2015-07-301-3/+8
* Fix AndroidDevice.get_prop, add tests.Dan Albert2015-07-281-1/+37
* Create adb Python package.Dan Albert2015-07-271-0/+424