slpkg/tests/test_units.py

7 lines
157 B
Python
Raw Normal View History

from slpkg.sizes import units
def test_units():
"""Testing the units metrics
"""
assert ["Kb", "Kb"], ["100", "100"] == units(['100', ['100']])