/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.22.3
test/benchmark/testcfg.py
6 строк
198 B
Rich Trott
test: move benchmark tests out of main test suite
11 ноя 2018, 09:44
11 ноя 2018, 09:44
b5420c9
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.SimpleTestConfiguration(context, root, 'benchmark')