Skip to content

testing flake #17

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

testing flake #17

wants to merge 1 commit into from

Conversation

rohan-at-sentry
Copy link
Owner

No description provided.

Copy link

codecov bot commented Jan 6, 2025

❌ 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: 58.82% (Passed 7 times, Failed 10 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!

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