openworm / OpenWorm

Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues
http://openworm.org
MIT License
2.56k stars 204 forks source link

Enable main container to run all unit tests for underlying repos (not scientific tests) #283

Closed slarson closed 1 month ago

slarson commented 6 years ago
pgleeson commented 1 month ago

This is possible with the current image:

./run-shell-only.sh # enter into the Docker container, then run:

cd sibernetic/
./run_all_tests.sh 
cd ../c302/
./test.sh