extract_otp_secret_keys/run_pytest.sh
scito 0490e227e1 docker image with qreader, 2nd image without qreader
- organize imports
- add qreader pytest.mark
- relaxed mode for pytest
- run tests in docker
- more tests
2022-12-26 18:31:09 +01:00

4 lines
59 B
Bash
Executable File

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