Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/fuchsia
/
.
/
test
/
doctool
/
testcfg.py
blob: 5778d2f0c5ba5ad017030b80acfe36b213342b49 [
file
] [
log
] [
blame
] [
edit
]
import
os
import
sys
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'..'
))
import
testpy
def
GetConfiguration
(
context
,
root
):
return
testpy
.
SimpleTestConfiguration
(
context
,
root
,
'doctool'
)