LosTests test result publisher v.1.2 © 2019-2024 by elfuego.biz

homedrone/relup#3pytesttest_hashes
Build
Repository
No
3
Started
6 years, 2 months ago
Time, s
1.603

Commit info
Branch
init

Commit message
(#1) - finished the code and tests
Test test_hashes (pytest): failure
Started at: 2019-09-27 21:27:10, time: 0.005 s

Failing for the first build

Error (type) message
(failure) AssertionError: assert '80db99e73abe...4dce319932c56' == '38e7d40131ab...348d6e06ad0da' - 80db99e73abec3cd776b6b70a494dce319932c56 + 38e7d40131ab2df7b8710256346348d6e06ad0da

Traceback
def test_hashes():
        file = FileWrapper('src/tests/data/hashtest', None)
        while len(file.read()) > 0:
            pass
        hashes = file.hashes()
>       assert hashes['sha1'].hexdigest() == '38e7d40131ab2df7b8710256346348d6e06ad0da'
E       AssertionError: assert '80db99e73abe...4dce319932c56' == '38e7d40131ab...348d6e06ad0da'
E         - 80db99e73abec3cd776b6b70a494dce319932c56
E         + 38e7d40131ab2df7b8710256346348d6e06ad0da

src/tests/test_hash.py:11: AssertionError