#!/usr/bin/env bash
for t in *_test.py; do
  ./"$t"
done
