byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Randomize test order by default #440

Open Garados007 opened 1 year ago

Garados007 commented 1 year ago

I think we should randomize the order of test cases and suites by default and the user has the ability to explicitly opt-out (using procedure tag or shuffle parameter of RunTest). This will improve the quality of the tests as the test cases shouldn't depend on each other.