ThrowTheSwitch / Unity

Simple Unit Testing for C
ThrowTheSwitch.org
MIT License
4.13k stars 984 forks source link

Run tests in randomized order #753

Closed radoslav06 closed 2 months ago

radoslav06 commented 2 months ago

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