1 Star 0 Fork 2

siwefe/python-oracledb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py{38,39,310,311,312,313}-{thin,thick}
[testenv]
commands = {envpython} -m unittest discover -v -s tests
passenv =
PYO_TEST_MAIN_USER
PYO_TEST_MAIN_PASSWORD
PYO_TEST_PROXY_USER
PYO_TEST_PROXY_PASSWORD
PYO_TEST_CONNECT_STRING
PYO_TEST_ADMIN_USER
PYO_TEST_ADMIN_PASSWORD
PYO_TEST_WALLET_LOCATION
PYO_TEST_WALLET_PASSWORD
PYO_TEST_EXTERNAL_USER
PYO_TEST_EDITION_NAME
DPI_DEBUG_LEVEL
ORACLE_HOME
[testenv:py{38,39,310,311,312,313}-thick]
setenv =
PYO_TEST_DRIVER_MODE=thick
[testenv:py{38,39,310,311,312,313}-thin]
setenv =
PYO_TEST_DRIVER_MODE=thin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/siwefe/python-oracledb.git
git@gitee.com:siwefe/python-oracledb.git
siwefe
python-oracledb
python-oracledb
main

搜索帮助