#/bin/sh

set -eu
cp -r tests "$ADTTMP/"
cd "$ADTTMP"

for python in $(pyversions -i); do
    tests/test.py unit > /dev/null
done
