MCPcopy Index your code
hub / github.com/python/cpython / build_testbed

Function build_testbed

Android/android.py:398–404  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

396# run_testbed will build the app automatically, but it's useful to have this as
397# a separate command to allow running the app outside of this script.
398def build_testbed(context):
399 setup_sdk()
400 setup_testbed()
401 run(
402 [gradlew, "--console", "plain", "packageDebug", "packageDebugAndroidTest"],
403 cwd=TESTBED_DIR,
404 )
405
406
407# Work around a bug involving sys.exit and TaskGroups

Callers

nothing calls this directly

Calls 3

setup_sdkFunction · 0.85
setup_testbedFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…