Thanks to visit codestin.com Credit goes to github.com
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 736d6f4 commit ca571f8Copy full SHA for ca571f8
app/test_calculator.py
@@ -29,3 +29,4 @@ def test_divide():
29
assert Calculator.divide(0, 2.0) == 0
30
assert Calculator.divide(-4, 2.0) == -2.0
31
# assert Calculator.divide(2.0, 0.0) == 'Cannot divide by 0'
32
+ assert Calculator.divide(2.0, 4.0) == 0.5
0 commit comments