What testing is being done?

Created by Bernard Czenkusz
Keywords:
testing
Last updated by:
Bernard Czenkusz

The unittest module is being used to test python modules and functions.

These tests are available in the trunk - but not in the tar file, if you want access to them you will need to get the latest version from the trunk.

Run the test_vatstuff.py script which sets up a test database, and then runs other test modules and functions in the vs_test subdirectory.

These test functions are being further developed to increase their coverage.