Skip to content

Commit

Permalink
adding test coverage for um and cm units
Browse files Browse the repository at this point in the history
  • Loading branch information
zdaq12 authored Jun 17, 2022
1 parent 254996a commit 53a2985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class TestUnits:
@staticmethod
def test_length():
assert ppmc.si.m == 1
assert ppmc.si.cm == 0.01
assert ppmc.si.um == 1e-6

@staticmethod
def test_temperatur():
Expand Down

0 comments on commit 53a2985

Please sign in to comment.