mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-16 15:20:12 +01:00
- 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 "$@"
|