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.
2 parents 3d5b2e6 + 9bbbe09 commit 3f7fa27Copy full SHA for 3f7fa27
app/test_calculator.py
@@ -2,6 +2,7 @@
2
3
4
def test_add():
5
+ assert Calculator.add(2, 4) == 6.0
6
assert Calculator.add(1, 2) == 3.0
7
assert Calculator.add(1.0, 2.0) == 3.0
8
assert Calculator.add(0, 2.0) == 2.0
0 commit comments