Mercurial > hg > nsaunier > traffic-intelligence
view python/run-tests.sh @ 1012:01db14e947e4
resolved
| author | Wendlasida |
|---|---|
| date | Fri, 01 Jun 2018 10:47:49 -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
