akkoma/test/pleroma/web/mastodon_api
Mark Felder 07539f7825 Hide logs during test unless a test fails
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: 3aed111a42
2024-06-27 18:29:45 +02:00
..
controllers Hide logs during test unless a test fails 2024-06-27 18:29:45 +02:00
views Fix tests 2024-06-09 18:28:00 +01:00
masto_fe_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
mastodon_api_controller_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
mastodon_api_test.exs Support elixir1.15 2023-08-03 17:44:09 +01:00
update_credentials_test.exs update captcha version 2023-10-20 13:30:29 +01:00