Skip to content

checking some tests #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2024
Merged

checking some tests #10

merged 1 commit into from
Dec 19, 2024

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 full list of 1 ❄️ flaky tests
app/test_calculator.py::::test_divide

Flake rate in main: 63.64% (Passed 4 times, Failed 7 times)

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 08c0100 into main Dec 19, 2024
0 of 3 checks passed
@rohan-at-sentry rohan-at-sentry deleted the demo4 branch January 6, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant