This directory contains unittests for Thuban. 

To run all tests run runtests.py:

   $ python runtests.py

To run individual tests, run one of the test_*.py scripts, e.g.:

   $ python test_table.py -v


The tests use the unittest module of the python standard library.

Some of the tests expect the iceland sample data to be present in
../Data and so may fail if you're working from a source archive.

