/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/doctool/testcfg.py
7 строк
206 B
Joyee Cheung
test: run doctool tests in parallel
04 апр 2023, 22:02
Не верифицирован
04 апр 2023, 22:02
cd36f6e
Код
Авторство
О чём код?
import os import sys sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.ParallelTestConfiguration(context, root, 'doctool')