Skip to content

Commit

Permalink
Added a test case as example
Browse files Browse the repository at this point in the history
  • Loading branch information
liebharc committed Aug 25, 2023
1 parent 734d5a2 commit d32afaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/utils_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from oemer.utils import slope_to_degree


def test_slope_to_degree():
assert slope_to_degree(0.3, 0.3) == 45.0

0 comments on commit d32afaf

Please sign in to comment.