Mercurial > hg > nsaunier > traffic-intelligence
view python/run-tests.sh @ 606:75ad9c0d6cc3
update the method to use multi featutes instead on single feature
| author | MohamedGomaa |
|---|---|
| date | Mon, 24 Nov 2014 13:02:10 -0500 |
| parents | 000bddf84ad0 |
| children | 5800a87f11ae |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python $f done rm nonexistent
