view python/run-tests.sh @ 642:932f96c89212

added pandas to read vissim fzp (more robust with respect to column names
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 10 Apr 2015 14:54:05 +0200
parents 5800a87f11ae
children da665302c88d
line wrap: on
line source

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