Skip to content

Commit 53a2985

Browse files
authored
adding test coverage for um and cm units
1 parent 254996a commit 53a2985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_units.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ class TestUnits:
66
@staticmethod
77
def test_length():
88
assert ppmc.si.m == 1
9+
assert ppmc.si.cm == 0.01
10+
assert ppmc.si.um == 1e-6
911

1012
@staticmethod
1113
def test_temperatur():

0 commit comments

Comments
 (0)