Skip to content
New issue

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

Supported test fails #46

Open
Evert0x opened this issue Jan 15, 2020 · 1 comment
Open

Supported test fails #46

Evert0x opened this issue Jan 15, 2020 · 1 comment

Comments

@Evert0x
Copy link
Contributor

Evert0x commented Jan 15, 2020

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']

@doomedraven
Copy link
Contributor

maybe bcz we just added the vda?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants