Files
extract_otp_secrets/run_pytest.sh
T

4 lines
98 B
Bash
Raw Normal View History

#!/bin/sh
cd /extract
pip install -U pytest pytest-mock && pip install --no-deps . && pytest "$@"