Skip to content

Commit

Permalink
Add test for some_other_function() (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl authored Apr 19, 2024
1 parent 6605d15 commit be151d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sample/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ def test_version():
def test_some_function():
res = sample.some_function()
assert res is not None


def test_some_other_function():
res = sample.some_other_function()
assert res is not None

0 comments on commit be151d7

Please sign in to comment.