Skip to content

Commit

Permalink
Create test_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalvarezjr authored Nov 26, 2023
1 parent 1d3f4ce commit 7fd4594
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test_sample.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# content of test_sample.py
def inc(x):
return x + 1


def test_answer():
assert inc(3) == 5

0 comments on commit 7fd4594

Please sign in to comment.