extract_otp_secret_keys/run_pytest.sh
scito 9d052dc78a refactor image import and add Alpine docker image
- dynamic import of QR reader
- build docker also for arm64
2023-01-03 00:26:46 +01:00

3 lines
59 B
Bash
Executable file

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