We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a86540 commit c2e9807Copy full SHA for c2e9807
calc/tests/test_calc.py
@@ -3,3 +3,5 @@
3
def test_add():
4
assert add(1, 2) == 3
5
6
+def test_mod():
7
+ assert mod(5,2) == 1
0 commit comments