Add initial test framework for utils functions
Compare changes
- Matthew K Defenderfer authored
+ 105
− 4
@@ -3,6 +3,9 @@ from typing import Literal
@@ -34,8 +37,102 @@ def test_convert_si(value,unit,to_unit,use_binary,expected):
@@ -60,6 +157,10 @@ class TestSizeDistribution:
\ No newline at end of file
\ No newline at end of file