Checklist
Summary of the feature request
Google test has a feature where tests can be shuffled randomly per test run. This is beneficial in integration tests scenarios when one test might fail as a result of another previously ran test. Frankly it helps find obscure bugs.
How should it work?
See google test shuffle for a good description: http://google.github.io/googletest/advanced.html#shuffling-the-tests
Checklist
Summary of the feature request
Google test has a feature where tests can be shuffled randomly per test run. This is beneficial in integration tests scenarios when one test might fail as a result of another previously ran test. Frankly it helps find obscure bugs.
How should it work?
See google test shuffle for a good description: http://google.github.io/googletest/advanced.html#shuffling-the-tests