mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-04 10:36:14 +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:
|
||
---|---|---|
.. | ||
ecto | ||
app_test.exs | ||
config_test.exs | ||
count_statuses_test.exs | ||
database_test.exs | ||
digest_test.exs | ||
ecto_test.exs | ||
email_test.exs | ||
emoji_test.exs | ||
frontend_test.exs | ||
instance_test.exs | ||
refresh_counter_cache_test.exs | ||
relay_test.exs | ||
robots_txt_test.exs | ||
uploads_test.exs | ||
user_test.exs |