#! /bin/bash

for t in test-*.py
do
    ./$t
done
