Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/python-build-standalone
/ main
Function
main
cpython-windows/run_tests-13.py:15–26 ·
view source on GitHub ↗
(regrtest_args)
Source
from the content-addressed store, hash-verified
13
14
15
def
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
sys.exit(call(args))
27
28
29
if
__name__ ==
"__main__"
:
Callers
1
run_tests-13.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected