mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-09 16:24:59 +01:00
refactor; update setup.py
more verbose logging better error messages
This commit is contained in:
parent
06b8efff62
commit
e754befb52
6 changed files with 108 additions and 77 deletions
|
|
@ -23,7 +23,7 @@ from utils import Capturing
|
|||
|
||||
import extract_otp_secret_keys
|
||||
|
||||
class TestExtract(unittest.TestCase):
|
||||
class TestQRImageExtract(unittest.TestCase):
|
||||
def test_img_qr_reader_happy_path(self):
|
||||
with Capturing() as actual_output:
|
||||
extract_otp_secret_keys.main(['test/test_googleauth_export.png'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue