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

Provide a way to control the randomiser #13

Open
Altreus opened this issue Aug 3, 2023 · 0 comments
Open

Provide a way to control the randomiser #13

Altreus opened this issue Aug 3, 2023 · 0 comments

Comments

@Altreus
Copy link

Altreus commented Aug 3, 2023

Test methods within a class are called in a random order, to help avoid tests accidentally depending on side-effects of other test methods.

This is great, except that sometimes, there is a problem in the random order of the tests, and I'd like to debug it.

Can we please have a way of specifying the order? You can specify a seed, but finding a seed that happens to run the tests in the right order is not really an efficient way of doing it, especially if you're changing the tests.

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

No branches or pull requests

1 participant