-
Notifications
You must be signed in to change notification settings - Fork 232
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
Missing test run overview #587
Comments
Hi @GergelyKalmar, You can use |
hi @nicoddemus! Yes, I'm aware of |
Hmm I see, I'm afraid there's no other option then. Due to the nature of how distributed tests work, it is no possible to have an output similar to pytest's without xdist. I'm closing this for now, but feel free to follow up with further questions! 👍 |
I do see that, however, I think that a summary similar to that of pytest could be surely displayed after all runs were executed. This issue is kind of like #555, except that in this case we are concerned with the part between the collection and error/session output. |
When I'm using pytest without pytest-xdist I can see a nice overview of what has been collected / tested per file:
Not with xdist though:
Is it possible to have the same overview of skips / fails / etc. on a per-file basis with xdist? I understand that due to the parallelization we can't really have the same overview going on in real time but I think displaying the results the same way would be still very useful.
The text was updated successfully, but these errors were encountered: