/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/wpt/testcfg.py
6 строк
192 B
Filip Skokan
test: reduce WPT concurrency
05 май 2023, 11:40
Не верифицирован
05 май 2023, 11:40
3d00354
Код
Авторство
О чём код?
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')