Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests in randomized order #931

Open
radoslav06 opened this issue Sep 19, 2024 · 1 comment
Open

Run tests in randomized order #931

radoslav06 opened this issue Sep 19, 2024 · 1 comment

Comments

@radoslav06
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@radoslav06 and others