mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-26 19:58:50 +01:00
Updated checksum tests
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2ce923ef4e
commit
7e58adb490
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ from slpkg.md5sum import md5
|
|||
|
||||
def test_md5_superuser():
|
||||
result = md5('slpkg/superuser.py')
|
||||
assert result == "25ec85aa9c2803ece6397e4147449ea6"
|
||||
assert result == "c6a3576c247bda199c75b43540bfc3d7"
|
||||
|
||||
|
||||
def test_md5_security():
|
||||
result = md5('slpkg/security.py')
|
||||
assert result == "3f10bf99b21f66af879dc0882bcd92b3"
|
||||
assert result == "36c3a9213a27ab0b49e9c1bdd5bd2db6"
|
||||
|
|
Loading…
Add table
Reference in a new issue