interplanetary-edge-orchest.../test.sh

9 lines
157 B
Bash

#!/usr/bin/env bash
set -euo pipefail
# Run unit tests
pytest -q
# Build the package to verify packaging metadata and directory structure
python3 -m build