fix #30: enforce utf-8 encoding

since windows used non-utf8-encoding
This commit is contained in:
u231053 2022-12-19 16:39:28 +01:00 committed by Roland Kurmann
parent 7af4017910
commit a51507b701
4 changed files with 6 additions and 7 deletions

View file

@ -270,7 +270,7 @@ Type: totp
assert captured.out == expected_stdout
assert captured.err == ''
@mark.skipif(platform.startswith("win"), reason="This test is not supported on Windows.")
def test_extract_printqr(capsys):
# Act
extract_otp_secret_keys.main(['-p', 'example_export.txt'])