Skip to content

Commit d1b5428

Browse files
Add information on how to run the test suite
(#33).
1 parent b07d555 commit d1b5428

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ change the names of the users or the name of the edition you can edit the file
1010
sql/TestEnv.sql. You will also need to edit the file TestEnv.py or set
1111
environment variables as documented in TestEnv.py.
1212

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+
1323
After running the test suite, the schemas and SQL objects can be dropped by
1424
running the SQL script sql/DropTest.sql. The syntax is
1525

0 commit comments

Comments
 (0)