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

Question about running unit tests in parallel #775

Open
valerio-leap opened this issue Jun 23, 2021 · 2 comments
Open

Question about running unit tests in parallel #775

valerio-leap opened this issue Jun 23, 2021 · 2 comments

Comments

@valerio-leap
Copy link

Is it possible to run the single unit tests in parallel? The only thing I found is about integrationtest_parallel.

@arcivanov
Copy link
Member

The reason Integration Tests can be run in parallel is because they run in a separate process each. Irrespective of PyB, unit tests are generally not designed to run in parallel.

Due to remoting PyB does it might be possible to run individual unit tests in parallel in the future, but currently it's not supported and we haven't tested it.

@valerio-leap
Copy link
Author

Thanks for the quick reply @arcivanov

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