Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2026-02-24
/
.
/
test
/
client-proxy
/
testcfg.py
blob: 055549e7a04c5ea0e0dbd45d78813d8a38c4dd71 [
file
] [
edit
]
import
sys
,
os
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
))
import
testpy
def
GetConfiguration
(
context
,
root
):
return
testpy
.
ParallelTestConfiguration
(
context
,
root
,
'client-proxy'
)