/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v25.7.0
test/module-hooks/testcfg.py
6 строк
203 B
Joyee Cheung
module: implement module.registerHooks()
10 дек 2024, 02:27
10 дек 2024, 02:27
e859646
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.ParallelTestConfiguration(context, root, 'module-hooks')