-
Notifications
You must be signed in to change notification settings - Fork 321
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 parallel #2040
Run tests in parallel #2040
Conversation
@jenshnielsen Nodes are crushing :( |
Instead of |
Travis runs on 2 cores at auto mode :) (also pipelines) |
Codecov Report
@@ Coverage Diff @@
## master #2040 +/- ##
==========================================
- Coverage 71.43% 71.43% -0.01%
==========================================
Files 149 149
Lines 20065 20063 -2
==========================================
- Hits 14333 14331 -2
Misses 5732 5732 |
there are still references to math within |
was it really necessary to move the field_vector to math_utils? |
@astafan8 We were getting |
an alternative solution would probably be to avoid running the tests from within the |
this seems to be the problem pytest-dev/pytest-xdist#421 |
@jenshnielsen let us merge this! nightmare. :) |
Please write a note in the changelog that the math module has moved |
…to run_tests_parallel
There are some issues with the code coverage that we need to fix |
@astafan8 Do you want to have a final look? |
This PR introduces changes to run test suit in parallel with pytest-xdist.
@jenshnielsen