Mercurial > hg > nsaunier > traffic-intelligence
view trafficintelligence/run-tests.sh @ 1268:27b206d118b7
bug at the end of video
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 31 May 2024 16:52:51 -0400 |
| parents | 75a6ad604cc5 |
| children |
line wrap: on
line source
#!/bin/sh # for file in tests/*... basename for f in ./*.py do python3 $f done
