set -e
cp -r debian/msh2xdmf/test "$AUTOPKGTEST_TMP"
for py in $(py3versions -r 2>/dev/null); do
  cd "$AUTOPKGTEST_TMP"
  echo "Testing msh2xdmf with $py:"
  $py -c "import msh2xdmf; print(msh2xdmf)"
  $py -m pytest
done
