mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Updated pytest
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d592956767
commit
0e9897169c
1 changed files with 7 additions and 0 deletions
7
slpkg/test_md5sum.py
Normal file
7
slpkg/test_md5sum.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from slpkg.md5sum import md5
|
||||
|
||||
|
||||
|
||||
def test_md5():
|
||||
result = md5('slpkg/superuser.py')
|
||||
assert result == "e6cebdf37fbc1b8e9d3c5e3e53b300c1"
|
Loading…
Reference in a new issue