Skip to content

Commit

Permalink
Update test_hello.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mu-niu13 committed Sep 7, 2024
1 parent d6d0daf commit 42e667c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

def test_add():
assert add(1, 2) == 3

if __name__ == "__main__":
test_add()

0 comments on commit 42e667c

Please sign in to comment.