https://pantsbuild.org/ logo
h

happy-kitchen-89482

10/22/2019, 4:34 PM
We probably want to stream pytest output anyway?
w

witty-crayon-22786

10/22/2019, 7:25 PM
we cannot in general, because of concurrency. could by default if there is exactly one test, perhaps.
h

happy-kitchen-89482

10/22/2019, 9:16 PM
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

witty-crayon-22786

10/22/2019, 11:23 PM
That relates to the "synthetic TTY" discussion a little bit. Because interleaving the output of hundreds of concurrent processes probably won't work well