#!/bin/sh
#for file in test*.py
for file in testdatatypes.py testparser.py testconversion.py
do
    python $file
done
