Mercurial > hg > nsaunier > traffic-intelligence
diff python/run-tests.sh @ 614:5e09583275a4
Merged Nicolas/trafficintelligence into default
| author | Mohamed Gomaa <eng.m.gom3a@gmail.com> |
|---|---|
| date | Fri, 05 Dec 2014 12:13:53 -0500 |
| parents | 000bddf84ad0 |
| children | 5800a87f11ae |
line wrap: on
line diff
--- a/python/run-tests.sh Thu Apr 18 15:29:33 2013 -0400 +++ b/python/run-tests.sh Fri Dec 05 12:13:53 2014 -0500 @@ -1,8 +1,7 @@ #!/bin/sh # for file in tests/*... basename -python moving.py -python storage.py +for f in ./*.py +do + python $f +done rm nonexistent -python indicators.py -python utils.py -python prediction.py \ No newline at end of file
