Design testing regime
Created by: thopri
At the moment there is no clear testing cycle with PyNEMO, new bits of code are tested but the impact on old functionality is not fully checked. Long term using Travis CI to test when building will be implemented but for now a testing check list and python script will be created.
The check list will check certain functions or "routes" through the module, test the GUI and settings editor works etc. The script will test the output, such as confirming constant temp and salinity results in constant temp and salinity out.
These tests and checklists will be used before each release and merge into master.