You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CI and unit testing uses pytest, which runs the tests sequentially. Here's a brief look of what we can expect if we run pytest concurrently using pytest-xdist:
Currently, the CI and unit testing uses pytest, which runs the tests sequentially. Here's a brief look of what we can expect if we run pytest concurrently using pytest-xdist:
Potential speedup
Drawbacks
The text output will change, and
-s
option (stdout capture) will not work. As a consequence, log folding will not work, either.The text was updated successfully, but these errors were encountered: