4 |
|
|
5 |
$ python runtests.py |
$ python runtests.py |
6 |
|
|
7 |
To run individual tests, run one of the test_*.py script, e.g.: |
To run individual tests, run one of the test_*.py scripts, e.g.: |
8 |
|
|
9 |
$ python test_table.py |
$ python test_table.py -v |
10 |
|
|
11 |
|
|
12 |
The tests use the unittest module of the python standard library. |
The tests use the unittest module of the python standard library. |
13 |
|
|
14 |
|
Some of the tests expect the iceland sample data to be present in |
15 |
|
../Data and so may fail if you're working from a source archive. |
16 |
|
|