mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-28 08:27:33 +00:00
07539f7825
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:
|
||
---|---|---|
.. | ||
containment_test.exs | ||
fetcher_test.exs | ||
pruner_test.exs | ||
updater_test.exs |