/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/sqlite/testcfg.py
6 строк
194 B
Colin Ihrig
test: update compiled sqlite tests to match other tests
05 янв 2025, 07:01
Не верифицирован
05 янв 2025, 07:01
d0ff34f
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.AddonTestConfiguration(context, root, 'sqlite')