Skip to content

Commit

Permalink
Added tests for mod function
Browse files Browse the repository at this point in the history
  • Loading branch information
wy12345 committed Sep 28, 2016
1 parent 8a86540 commit c2e9807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calc/tests/test_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
def test_add():
assert add(1, 2) == 3

def test_mod():
assert mod(5,2) == 1

0 comments on commit c2e9807

Please sign in to comment.