Skip to content

Enable random-order for tests #1199

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
DiamondJoseph opened this issue Apr 29, 2025 · 0 comments · May be fixed by #1201
Open

Enable random-order for tests #1199

DiamondJoseph opened this issue Apr 29, 2025 · 0 comments · May be fixed by #1201

Comments

@DiamondJoseph
Copy link
Contributor

Running tests in a repeatable order allows some tests to become reliant on state that is left over/hide tests that are leaving over state that would break other tests. To ensure that our tests are well behaved, they should be switched into random order, and any tests that are flaky isolated and discovered why

Acceptance Criteria

  • When pytest is run locally or in ci, the --random-order flag is enabled
@DiamondJoseph DiamondJoseph linked a pull request Apr 29, 2025 that will close this issue
4 tasks
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 a pull request may close this issue.

1 participant