run-all-extension-tests revision 905e42f96548e175ead68243a632f06b19285e1f
echo -e "\n##### Extension Tests #####"
has_py_coverage=false
py_cover_files=$( mktemp )
has_py_coverage=true
else
has_py_coverage=true
fi
fi
#if $has_py_coverage; then
# $cover_py_cmd -e
#fi
echo -e "\n>> Testing $1"
if $has_py_coverage; then
$cover_py_cmd -x "$1.test.py"
else
fi
}
while read testFile; do
done
echo ""
if $has_py_coverage; then
fi