#!/bin/bash set -e set -x #for f in `ls tests/*.py`; do #python $f # if [ $? -gt 0 ]; then # exit 1 # fi #done pytest -s -v -x ./tests set +x set +e