◐ Shell
clean mode source ↗

gh-116622: Add Android test script by mhsmith · Pull Request #121595 · python/cpython

added 3 commits

July 10, 2024 20:42

@mhsmith

@mhsmith mhsmith marked this pull request as ready for review

July 24, 2024 00:06

freakboy3742

@mhsmith

@mhsmith

@mhsmith

@freakboy3742

freakboy3742

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 16, 2024
Adds a script for running the test suite on Android emulator devices. Starting
with a fresh install of the Android Commandline tools; the script manages
installing other requirements, starting the emulator (if required), and
retrieving results from that emulator.
(cherry picked from commit f84cce6)

Co-authored-by: Malcolm Smith <smith@chaquo.com>

freakboy3742 pushed a commit that referenced this pull request

Aug 16, 2024
gh-116622: Add Android test script (GH-121595)

Adds a script for running the test suite on Android emulator devices. Starting
with a fresh install of the Android Commandline tools; the script manages
installing other requirements, starting the emulator (if required), and
retrieving results from that emulator.
(cherry picked from commit f84cce6)

Co-authored-by: Malcolm Smith <smith@chaquo.com>

blhsing pushed a commit to blhsing/cpython that referenced this pull request

Aug 22, 2024
Adds a script for running the test suite on Android emulator devices. Starting
with a fresh install of the Android Commandline tools; the script manages
installing other requirements, starting the emulator (if required), and
retrieving results from that emulator.