Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
elixirschool.com
(Uncensored)
subscribe
TIL about ExUnit's capture_log option | Blog · Elixir School
https://elixirschool.com/blog/til-capture-log-in-exunit-tests
links
backlinks
Have you ever run mix test and seen red error messages being logged when, in fact, all your tests are passing? This can often occur when adding test coverage for “sad path” code flows that include calls to Logger.error/1.