Currently `mix test` prints a slew of logs in the terminal
with messages from different tests intermsparsed. Globally
enabling capture log hides log messages unless a test fails
reducing noise and making it easier to anylse the important
(from failed tests) messages.
Compiler warnings and a few messages not printed via Logger
still show up but its much more readable than before.
Ported from:
|
||
|---|---|---|
| .. | ||
| mrf | ||
| object_validators | ||
| side_effects | ||
| transmogrifier | ||
| views | ||
| activity_pub_controller_test.exs | ||
| activity_pub_test.exs | ||
| builder_test.exs | ||
| mrf_test.exs | ||
| pipeline_test.exs | ||
| publisher_test.exs | ||
| relay_test.exs | ||
| side_effects_test.exs | ||
| transmogrifier_test.exs | ||
| utils_test.exs | ||
| visibility_test.exs | ||