ThrowTheSwitch / Unity

Simple Unit Testing for C
ThrowTheSwitch.org
MIT License
4.02k stars 969 forks source link

Add support for randomizing test execution order #714

Open jamestiotio opened 8 months ago

jamestiotio commented 8 months ago

This commit reintroduces the option to shuffle the test execution order into the test runner. This has been tested with the temp_sensor example project in Ceedling.

This fixes #2.

jamestiotio commented 8 months ago

Hi @mvandervoord, I have resolved the unit test failures by fixing the test indexing issue for parameterized tests. Verified that all unit tests are passing locally.

jamestiotio commented 7 months ago

Hi @mvandervoord, I have improved the changes a little bit by:

Do kindly review the changes whenever you manage to find the time to do so. Thank you in advance!