Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
wpt
/
testcfg.py
blob: 3c356cf474d83ceb9761ed7e9cb0b93f7ba01803 [
file
] [
edit
]
import
sys
,
os
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
))
import
testpy
def
GetConfiguration
(
context
,
root
):
return
testpy
.
SimpleTestConfiguration
(
context
,
root
,
'wpt'
)