]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116622: Add Android test script (#121595)
authorMalcolm Smith <smith@chaquo.com>
Fri, 16 Aug 2024 05:00:29 +0000 (06:00 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 05:00:29 +0000 (13:00 +0800)
commitf84cce6f2588c6437d69a30856d7c4ba00b70ae0
treee1a99f5e59aa7588c9d548217bfd8fdd47384ccd
parente913d2c87f1ae4e7a4aef5ba78368ef31d060767
gh-116622: Add Android test script (#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.
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