This directory contains the test suite for cx_Oracle.
The schemas and SQL objects that are referenced in the test suite can be created by running the Python script setup_test.py. The script requires administrative privileges and will prompt for these credentials as well as the names of the schemas that will be created, unless a number of environment variables are set, as documented in the Python script test_env.py. Run the script using the following command:
python setup_test.py
Alternatively, the SQL script can be run directly via SQL*Plus, which will always prompt for the names of the schemas that will be created. Run the script using the following command:
sqlplus system/systempassword@hostname/servicename @sql/setup_test.sql
Run the test suite by issuing the following command in the top-level directory of your cx_Oracle installation:
tox
This will build the module in an independent environment and run the test suite using the module that was just built in that environment. Alternatively, you can use the currently installed build of cx_Oracle and run the following command instead:
python -m unittest discover -v -s test
You may also run each of the test scripts independently, as in:
python test_1000_module.py
After running the test suite, the schemas can be dropped by running the Python script drop_test.py. The script requires administrative privileges and will prompt for these credentials as well as the names of the schemas that will be dropped, unless a number of environment variables are set, as documented in the Python script test_env.py. Run the script using the following command:
python drop_test.py
Alternatively, the SQL script can be run directly via SQL*Plus, which will always prompt for the names of the schemas that will be dropped. Run the script using the following command:
sqlplus system/systempassword@hostname/servicename @sql/drop_test.sql
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。