/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/internet/testcfg.py
6 строк
197 B
Timothy J Fontaine
test: refactor to use common testcfg
20 янв 2014, 21:00
20 янв 2014, 21:00
6cc95b0
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.SimpleTestConfiguration(context, root, 'internet')