mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
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']]) |