IntelliJ/IDEA by default hides stdout output when all assertions pass.
In order to show stdout output, we need to go to the configuration of the test and check a box labeled "Show stdout/stderr in tests".
Unfortunately, we have to do this for every test -- which gets a bit tedious.
Is there a way to set a global rust/test/stdout policy of always showing stdout/stderr on all tests?