/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/addons/testcfg.py
6 строк
194 B
Rich Trott
test: make status file names consistent
01 мар 2021, 23:18
01 мар 2021, 23:18
978594c
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.AddonTestConfiguration(context, root, 'addons')