/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.0.0
test/test-runner/testcfg.py
6 строк
202 B
Joyee Cheung
test: put helper in test-runner-output into common
24 окт 2025, 12:12
Не верифицирован
24 окт 2025, 12:12
bfcf2f7
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.ParallelTestConfiguration(context, root, 'test-runner')