Closed
Description
I have been using detox for a while and am happy to see parallel test running reach main tox!
It would be really nice if you could run tox in parallel mode and still get all the normal output. You can do this with the -o
flag but the output is interleaved between all the processes. A different option that lets you get all the output buffered by process to prevent interleaving would be awesome. It's really convenient to have all the output available as part of a CI system so that if you need to debug something you can look at past builds to see exactly what happened.