PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
203 stars 235 forks source link

add tests to build script #105

Closed robkooper closed 10 years ago

robkooper commented 10 years ago

Should be able to launch integration tests from build script.

robkooper commented 10 years ago

Integration tests will be in tests folder. The name will be the name of the host as stored in ${HOSTNAME}..xml. The build script will launch each of the tests using the workflow.R. It will see if the workflow ran all the way to the end.

The tests should not write to the database (settings$bety$write <- FALSE), outdir should be set to pecan (settings$outdir <- pecan) and outputs should be written to pecan/dbfiles (settings$run$dbfiles <- pecan/dbfiles).

robkooper commented 10 years ago

Included 2 tests for the VM and 1 test for ebi-forecast (which is used by jenkins).