Closed
Description
opened on Jul 10, 2022
When running tests, rust-analyzer unconditionally adds --nocapture
to the test arguments. I would like this to be optional, because using --nocapture
leads to sometimes-unreadable interleaved output, especially when two tests fail simultaneously, or when successful tests are producing verbose output intended to be read only if the test fails.
Activity