/ pytlib / run_tests.sh
run_tests.sh
1  #!/bin/bash
2  
3  nosetests loss_functions/
4  nosetests image/
5  nosetests utils/