mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-15 19:16:42 +01:00
use detect_and_decode since qrreader is fixed
This commit is contained in:
parent
5225af0621
commit
3558eba93b
3 changed files with 5 additions and 11 deletions
|
|
@ -362,6 +362,7 @@ def test_extract_verbose(capsys: pytest.CaptureFixture[str], relaxed: bool) -> N
|
|||
|
||||
if not qreader_available:
|
||||
expected_stdout = expected_stdout.replace('QReader installed: True', 'QReader installed: False')
|
||||
expected_stdout = expected_stdout.replace('QR reading mode: ZBAR\n\n', '')
|
||||
|
||||
if relaxed or sys.implementation.name == 'pypy':
|
||||
print('\nRelaxed mode\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue