mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-06 17:24:23 +01:00
5 lines
116 B
Python
5 lines
116 B
Python
|
from slpkg.sizes import units
|
||
|
|
||
|
|
||
|
def test_units():
|
||
|
assert ["Kb", "Kb"], ["100", "100"] == units(['100', ['100']])
|