forked from oracle/python-oracledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
27 lines (24 loc) · 616 Bytes
/
tox.ini
File metadata and controls
27 lines (24 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tox]
envlist = py{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{39,310,311,312,313}-thick]
setenv =
PYO_TEST_DRIVER_MODE=thick
[testenv:py{39,310,311,312,313}-thin]
setenv =
PYO_TEST_DRIVER_MODE=thin