]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116622: Add Android test script (GH-121595) (#123061)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Aug 2024 08:36:46 +0000 (10:36 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 08:36:46 +0000 (16:36 +0800)
commitcf6d14b96656baa911fa7a793ffa085e1ce6f328
tree59c7413ac079a5323eed683cac6e321081c27930
parent0dd89a7f4054bb68e7c201c20f939ba03732bde9
[3.13] gh-116622: Add Android test script (GH-121595) (#123061)

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 f84cce6f2588c6437d69a30856d7c4ba00b70ae0)

Co-authored-by: Malcolm Smith <smith@chaquo.com>
14 files changed:
Android/README.md
Android/android-env.sh
Android/android.py
Android/testbed/app/build.gradle.kts
Android/testbed/app/src/androidTest/java/org/python/testbed/PythonSuite.kt [new file with mode: 0644]
Android/testbed/app/src/main/c/main_activity.c
Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt
Android/testbed/app/src/main/python/main.py
Android/testbed/build.gradle.kts
Android/testbed/gradle.properties
Android/testbed/gradle/wrapper/gradle-wrapper.properties
Lib/_android_support.py
Lib/test/libregrtest/cmdline.py
Lib/test/test_android.py