Test Suite
GRASS Test Suite
Unittest and Integration Test for both libraries and modules
$ make tests [ proj [ libs | modules | all ] ]
Tests are on single modules, as independent as possible from other GRASS modules. If independence is impossible, then try to run called modules first and check if they break.
Tests are in each module's folder (Python), and in each library's folder (Python ctypes).
Framework to generate and compare grass data types: raster, vector, raster3d, general, db, icon, imagery, d.*?
wxGUI testing should be tested separately.
Automated tests on server generates HTML report. Test several platforms.
Test framework: