Files
extract_otp_secrets/run_pytest.sh
T

4 lines
71 B
Bash
Raw Normal View History

#!/bin/sh
cd /extract
2022-12-28 23:37:21 +01:00
pip install -U pytest pytest-mock && pytest "$@"