We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This assertion throws an error when running the unit tests: https://github.com/hatching/sflock/blob/master/tests/test_main.py#L30
`> assert count == len(supported()) E AssertionError: assert 14 == 15 E + where 15 = len([b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', ...]) E + where [b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', ...] = supported()
tests/test_main.py:30: AssertionError`
The full string of supported() is: [b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', b'.daa', b'.eml', b'.bup', b'.zip', b'.mso', b'.tar', b'.tar.gz', b'.tar.bz2', b'.pdf']
supported()
[b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', b'.daa', b'.eml', b'.bup', b'.zip', b'.mso', b'.tar', b'.tar.gz', b'.tar.bz2', b'.pdf']
The text was updated successfully, but these errors were encountered:
maybe bcz we just added the vda?
Sorry, something went wrong.
No branches or pull requests
This assertion throws an error when running the unit tests: https://github.com/hatching/sflock/blob/master/tests/test_main.py#L30
`> assert count == len(supported())
E AssertionError: assert 14 == 15
E + where 15 = len([b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', ...])
E + where [b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', ...] = supported()
tests/test_main.py:30: AssertionError`
The full string of
supported()
is:[b'.msg', b'.7z', b'.iso', b'.gzip', b'.lzh', b'.lha', b'.daa', b'.eml', b'.bup', b'.zip', b'.mso', b'.tar', b'.tar.gz', b'.tar.bz2', b'.pdf']
The text was updated successfully, but these errors were encountered: