Files
extract_otp_secrets/run_pytest.sh
T

6 lines
118 B
Bash
Raw Normal View History

#!/bin/sh
cd /extract
mkdir -p tests
ln -sf /extract/data tests/data
pip install -U pytest pytest-mock && pytest "$@"