adb_android
adb_android copied to clipboard
Enables android adb in your python script
I add adb help support and test file
2 Changes: - Allowing user to select specific device to run `adb_android.shell()` command and options - Cleaned up output of `adb_android.devices()` -> outputs into a list
It seems like this library is unable to allow a user to select a single device when multiple devices are connected. The original command is `adb -s [device ID] shell...
During unit test execution: `````` shell *** preparing temporary file with name c:\users\malyi\appdata\local\temp\tmpdrjulf *** executing ['adb', 'push', 'c:\\users\\malyi\\appdata\\local\\temp\\tmpdrjulf', '/data/media/0/'] cannot open 'c:\users\malyi\appdata\local\temp\tmpdrjulf': No such file or directory *** getting path...
"AssertionError: (0, '') should be the same object as (0, ''), but it is not"
Make "exec_command" function use verbose mode by default (function should output than stdout to console) and introduce a possibility to redirect stdout to DEVNULL in order to supress it. Function...
This can be done as soon as https://github.com/travis-ci/travis-cookbooks/pull/489 is merged.