pytest-dev / pytest-random-order

pytest plugin to randomise the order of tests with some control over the randomness
MIT License
65 stars 10 forks source link

Run a fixed number of random tests #51

Closed ykeselman closed 10 months ago

ykeselman commented 1 year ago

Is there a way to limit the number of random tests to a fixed number? The scenario I'm looking at is a parameterized test that I want to execute with random sets of parameters a fixed number of times. Thanks!

jbasko commented 10 months ago

No, there isn't. This isn't about running random tests. This is only about randomizing the order and nothing else.