-
Notifications
You must be signed in to change notification settings - Fork 76
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
Introduce a way to run tests in parallel #1171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In #1025, @benoit-cty mentioned issues with Xdist
that were likely to come up with pytest-parallel
. Do we not have them here?
The suggested library is not maintained: kevlened/pytest-parallel#104. Our stack is already suffering from outdated dependencies and I don't find it wise to add to this.
What is the performance gain we get from this implementation on some large models?
Co-authored-by: Matti Schneider <[email protected]>
Fair enough. Performance is only remarkable for county packages like France. Implementing |
Fixes #1025
Technical changes
openfisca test --help
for usage instructions.