gridverse-open-low-code-pla.../test.sh

8 lines
180 B
Bash

#!/usr/bin/env bash
set -euo pipefail
export PYTHONPATH="$(pwd)${PYTHONPATH:+:${PYTHONPATH}}"
echo "Running tests..."
bash -lc "pytest -q"
echo "Running build..."
python3 -m build