view trafficintelligence/run-tests.sh @ 1157:173b7926734e

clarifying categorize method
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 21 Oct 2020 10:38:30 -0400
parents 75a6ad604cc5
children
line wrap: on
line source

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