mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
0c1ef40bd0
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
5 lines
No EOL
116 B
Python
5 lines
No EOL
116 B
Python
from slpkg.sizes import units
|
|
|
|
|
|
def test_units():
|
|
assert ["Kb", "Kb"], ["100", "100"] == units(['100', ['100']]) |