Skip to content

Commit

Permalink
Create test_math.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rskTech authored Nov 19, 2024
1 parent 0470804 commit 8376385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_math.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def add(a,b):
return a + b

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

0 comments on commit 8376385

Please sign in to comment.