Skip to content
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

Fix tests for legacy API #843

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix tests for legacy API #843

wants to merge 3 commits into from

Conversation

hellais
Copy link
Member

@hellais hellais commented Apr 24, 2024

  • Delete the unused round_robin function and the functional test for it
    Move the function into the unittest to use it as test

  • Do not hardcode analysis outcomes in integration tests
    Checking for hardcoded int values for analysis is very brittle, since
    the analysis might change (as it has) and all the numbers need to be
    manually updated.

Instead we check for reasonable ranges of values that are less likely to
change in the future.

Move the function into the unittest to use it as test
Checking for hardcoded int values for analysis is very brittle, since
the analysis might change (as it has) and all the numbers need to be
manually updated.

Instead we check for reasonable ranges of values that are less likely to
change in the future.
@hellais hellais changed the title Fix legacy api ci Fix tests for legacy API Apr 24, 2024
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