mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
055145f2bb
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
7 lines
No EOL
157 B
Python
7 lines
No EOL
157 B
Python
from slpkg.sizes import units
|
|
|
|
|
|
def test_units():
|
|
"""Testing the units metrics
|
|
"""
|
|
assert ["Kb", "Kb"], ["100", "100"] == units(['100', ['100']]) |