System tests - cma-open/cmatools GitHub Wiki

TODO - change this method (outdated)


At any time system test can be run from the helper shell scripts. These use pytest to call tests within a specified directory.

All tests can be called with:

 cd scripts
 cd tests
 chmod +x test.sh
 ./test.sh

Alternatively tests can be called by type:

 cd scripts
 cd tests
 chmod +x test-integration.sh
 ./test-integration.sh