Replies: 2 comments 3 replies
-
verbose mode
|
Beta Was this translation helpful? Give feedback.
1 reply
-
A TUI for pytest/pytest-xdist sure does sound interesting. There are projects which supply alternative terminal output:
None of them however provide a TUI. Such TUI can and should be developed outside |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I use pytest-xdist a lot to run my tests on parallel processes. I really wish there was a great TUI for it. One thing that's frustrating is that I have no convenient way to see which tests passed and which failed. While pytest does output that, it's basically spewing that output in random order in my shell. I have no way to ask "Did this test pass or not?" "Which tests are currently run?" "How many of the tests are left?" or even "show me the exception from this test that failed while pytest-xdist is still running the other tests."
If anyone has the motivation to write such a TUI, that will be most helpful. If you have other solutions to these problems, I'll be happy to hear them.
Beta Was this translation helpful? Give feedback.
All reactions