2.3 Testing

There are a number of unit tests included in the distribution. These have been developed using the unittest package which is standard in Python 2.1 and later.

Run the following commands to perform the unit tests:

cd test
make

If you want to do more than run the unit tests, you can start to work your way through the samples which are presented in this document.