forked from AkkomaGang/akkoma
Mark Felder
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:
|
||
---|---|---|
.. | ||
accept_handling_test.exs | ||
add_remove_handling_test.exs | ||
announce_handling_test.exs | ||
answer_handling_test.exs | ||
article_handling_test.exs | ||
audio_handling_test.exs | ||
block_handling_test.exs | ||
delete_handling_test.exs | ||
emoji_react_handling_test.exs | ||
event_handling_test.exs | ||
follow_handling_test.exs | ||
like_handling_test.exs | ||
note_handling_test.exs | ||
page_handling_test.exs | ||
question_handling_test.exs | ||
reject_handling_test.exs | ||
undo_handling_test.exs | ||
user_update_handling_test.exs | ||
video_handling_test.exs |