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 · 2 comments
Open

Run tests in randomized order #931

radoslav06 opened this issue Sep 19, 2024 · 2 comments

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

@radoslav06
Copy link
Author

Is there any interest to implement such a feature?

@mkarlesky
Copy link
Member

@radoslav06 I am familiar with that feature of Google Test. Seems worthwhile, yes. We'll put it in the backlog for post-1.0.0 work.

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

No branches or pull requests

3 participants
@mkarlesky @radoslav06 and others