This repository is intended to house scripts for integration testing of software produced by the Open Tree of Life effort.
- Copy the file "test.conf.example" to "test.conf"
- Open "test.conf" in a text editor and tweak the settings (see below)
- cd to the top of the working tree
pip install -r requirements.txt
sh run_test.sh
"test.conf" is read using Python's config parser. So to see the syntax rules refer to http://docs.python.org/library/configparser.html
See the peyotl repo wiki for details on the config options: https://github.com/OpenTreeOfLife/peyotl/wiki/configuration