Files
extract_otp_secrets/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

4 lines
59 B
Bash
Executable File

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