We probably want to stream pytest output anyway?
# development
h
We probably want to stream pytest output anyway?
w
we cannot in general, because of concurrency. could by default if there is exactly one test, perhaps.
h
Well, I mean stream out of the process execution. Not directly to the terminal but to some reporter thing that knows what to do with it.
E.g., upload it
Or emit it to the terminal in some concurrency-aware way
w
That relates to the "synthetic TTY" discussion a little bit. Because interleaving the output of hundreds of concurrent processes probably won't work well