mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +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']])
|