changeset 49 | 08e4dfe1b0cb |
parent 22 | 680631f35d83 |
child 75 | 39f777341db4 |
48:b82c7c2fb5af | 49:08e4dfe1b0cb |
---|---|
1 TESTING |
|
2 ======= |
|
3 |
|
4 All test should work at least with Python 2.7 and 3.2 |
|
5 |
|
6 |
|
7 How to test |
|
8 ----------- |
|
9 |
|
10 1. copy pgtoolkit.conf.example to pgtoolkit.conf, modify it so it points to your test database |
|
11 |
|
12 2. create test tables using sql/tests.sql |
|
13 |
|
14 3. run tests.py |
|
15 |