Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-06-12
/
.
/
test
/
module-hooks
/
testcfg.py
blob: f904b1e9170fde156a2a8deb665b798e066f7899 [
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
,
'module-hooks'
)