view trafficintelligence/run-tests.sh @ 1140:78dddfe7aa0f

added alignments for sites
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 15 Apr 2020 00:18:35 -0400
parents 75a6ad604cc5
children
line wrap: on
line source

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