This directory contains unittests for SciParam.

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.
