mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-18 09:28:19 +00:00
0490e227e1
- organize imports - add qreader pytest.mark - relaxed mode for pytest - run tests in docker - more tests
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
cd /extract
|
|
pip install -U pytest && pytest "$@"
|