We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07d555 commit d1b5428Copy full SHA for d1b5428
test/README.md
@@ -10,6 +10,16 @@ change the names of the users or the name of the edition you can edit the file
10
sql/TestEnv.sql. You will also need to edit the file TestEnv.py or set
11
environment variables as documented in TestEnv.py.
12
13
+The test suite can be run without having cx_Oracle installed by issuing the
14
+following command in the main directory:
15
+
16
+ python setup.py test
17
18
+If cx_Oracle is already installed, you can also run it by issuing the following
19
+command in this directory:
20
21
+ python test.py
22
23
After running the test suite, the schemas and SQL objects can be dropped by
24
running the SQL script sql/DropTest.sql. The syntax is
25
0 commit comments