Files
dotfiles/test.sh
2020-02-27 23:16:56 +00:00

10 lines
115 B
Bash

#!/usr/bin/env bash
#
# Invokes all test scripts.
#
set -euo pipefail
cd ./tests
poetry install
poetry run pytest