Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

Run tests in randomized order

Open radoslav06 opened this issue 1 year ago • 2 comments

The google test framework has very handy option to run tests in a randomized order (with optional number of repetitions). This can reveal problems with hidden tests and/or test fixtures dependencies. I cannot find a similar feature in Ceedling, so I guess it is a feature request then :)

Here's a reference to google test docs (search for "Shuffling the Tests"): http://google.github.io/googletest/advanced.html

radoslav06 avatar Sep 19 '24 10:09 radoslav06

Is there any interest to implement such a feature?

radoslav06 avatar Oct 10 '24 15:10 radoslav06

@radoslav06 I am familiar with that feature of Google Test. Seems worthwhile, yes. We'll put it in the backlog for post-1.0.0 work.

mkarlesky avatar Oct 29 '24 12:10 mkarlesky