comparison 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
comparison
equal deleted inserted replaced
598:11f96bd08552 614:5e09583275a4
1 #!/bin/sh 1 #!/bin/sh
2 # for file in tests/*... basename 2 # for file in tests/*... basename
3 python moving.py 3 for f in ./*.py
4 python storage.py 4 do
5 python $f
6 done
5 rm nonexistent 7 rm nonexistent
6 python indicators.py
7 python utils.py
8 python prediction.py