Mercurial > hg > nsaunier > traffic-intelligence
view python/run-tests.sh @ 1020:9fb82fe0156f
added quiet tracking mode
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 05 Jun 2018 14:33:31 -0400 |
| parents | 933670761a57 |
| children |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python3 $f done for f in ./tests/*.py do python3 $f done
