mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2026-01-01 02:57:41 +01:00
- organize imports - add qreader pytest.mark - relaxed mode for pytest - run tests in docker - more tests
3 lines
59 B
Bash
Executable file
3 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
cd /extract
|
|
pip install -U pytest && pytest "$@"
|