Consider using pytest-xdist
for faster testing
#13858
Unanswered
jakob1379
asked this question in
Help: Other Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The rather comprehensive testing is taking a long time. The testing below shows that adding the
pytest-xdist
plugin forpytest
drastically reduces the time. The single test now fails is usually a sign that one test depends on the output of another test and should be consolidated:installing
pytext-xdist
and running in parallelBeta Was this translation helpful? Give feedback.
All reactions