comparison python/run-tests.sh @ 648:da665302c88d

added some tutorial code as tests to avoid tutorial to become out of sync with code changes
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 15 Apr 2015 18:17:50 +0200
parents 5800a87f11ae
children 933670761a57
comparison
equal deleted inserted replaced
647:458890c0437c 648:da665302c88d
2 # for file in tests/*... basename 2 # for file in tests/*... basename
3 for f in ./*.py 3 for f in ./*.py
4 do 4 do
5 python $f 5 python $f
6 done 6 done
7 for f in ./tests/*.py
8 do
9 python $f
10 done