Skip to content

Conversation

rohan-at-sentry
Copy link
Owner

No description provided.

Copy link

codecov bot commented Dec 19, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4 1 3 0
View the top 1 failed tests by shortest run time
app/test_calculator.py::::test_divide
Stack Traces | 0.001s run time
def test_divide(): assert Calculator.divide(1, 2) == 0.5 assert Calculator.divide(1.0, 2.0) == 0.5 assert Calculator.divide(0, 2.0) == 0 assert Calculator.divide(-4, 2.0) == -2.0 > assert Calculator.divide(2.0, 0.0) == 'Cannot divide by 0' E AssertionError: assert 'Unable to divide by 0' == 'Cannot divide by 0' E E - Cannot divide by 0 E + Unable to divide by 0 app/test_calculator.py:31: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@rohan-at-sentry rohan-at-sentry merged commit 3d45016 into main Dec 19, 2024
0 of 3 checks passed
@rohan-at-sentry rohan-at-sentry deleted the fail_test branch December 19, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant