MCPcopy Create free account
hub / github.com/astral-sh/python-build-standalone / main

Function main

cpython-unix/run_tests-13.py:15–26  ·  view source on GitHub ↗
(regrtest_args)

Source from the content-addressed store, hash-verified

13
14
15def main(regrtest_args):
16 args = [
17 sys.executable,
18 "-m",
19 "test",
20 "--slow-ci",
21 ]
22
23 args.extend(regrtest_args)
24 print(" ".join(args))
25
26 os.execv(sys.executable, args)
27
28
29if __name__ == "__main__":

Callers 1

run_tests-13.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected