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

[FEATURE REQUEST] Parallel test running option #78

Open
amgross opened this issue Sep 12, 2024 · 0 comments
Open

[FEATURE REQUEST] Parallel test running option #78

amgross opened this issue Sep 12, 2024 · 0 comments

Comments

@amgross
Copy link
Contributor

amgross commented Sep 12, 2024

Add utility of -jXX to run the unit tests (that anyway running in separate process) in parallel.

To avoid prints that will mix together, need that the processes won't write to stdout but will write to other place and just upon termination it will be copied to stdout. In case of no parallel, the output should go to stdout.

This change should be as light in runtime as can so it will really gain better time even for short tests.

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

1 participant