view trafficintelligence/run-tests.sh @ 1261:28aeec1f2788

merged
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 15 Apr 2024 11:31:33 -0400
parents 75a6ad604cc5
children
line wrap: on
line source

#!/bin/sh
# for file in tests/*... basename
for f in ./*.py
do
    python3 $f
done