extract_otp_secret_keys/run_pytest.sh
2022-12-30 15:31:41 +01:00

4 lines
98 B
Bash
Executable File

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