view python/run-tests.sh @ 621:582508610572

merge and updated consistently that imageheight does not seem necessary anymore for plotting on world image
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 10 Dec 2014 15:29:57 -0500
parents 5800a87f11ae
children da665302c88d
line wrap: on
line source

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