/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/client-proxy/testcfg.py
6 строк
203 B
Joyee Cheung
test: move http proxy tests to test/client-proxy
18 июл 2025, 10:06
Не верифицирован
18 июл 2025, 10:06
0221d6b
Код
Авторство
О чём код?
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')