Add test case for file:// path with non-empty netloc #87
GitHub Actions / JUnit Test Report
failed
Jul 26, 2024 in 0s
50 tests run, 48 passed, 0 skipped, 2 failed.
Annotations
Check failure on line 1 in test/test_all.py
github-actions / JUnit Test Report
test_all.test_parsing:2
test failure
Raw output
Traceback (most recent call last):
File "/home/runner/work/python-zxing/python-zxing/test/test_all.py", line 121, in test_parsing
assert dec.uri == 'file:///tmp/default%20file.png'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Check failure on line 1 in test/test_all.py
github-actions / JUnit Test Report
test_all.test_parsing:4
test failure
Raw output
Traceback (most recent call last):
File "/home/runner/work/python-zxing/python-zxing/test/test_all.py", line 121, in test_parsing
assert dec.uri == 'file:///tmp/default%20file.png'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Loading