xch-blockchain/run-py-tests.sh
2021-01-18 14:01:25 -08:00

9 lines
No EOL
146 B
Bash
Executable file

#!/bin/bash
python3 -m venv venv
# shellcheck disable=SC1091
. ./activate
pip3 install .
py.test ./tests/core -s -v
py.test ./tests/wallet -s -v