Re: [elixir-core:10742] [Proposal] A 'concise' flag for 'mix test'

2022-02-03 Thread José Valim
Hi! ExUnit supports custom formatters, so my suggestion is to implement your own formatter and plug it in, without a need to change Elixir. :) On Thu, Feb 3, 2022 at 1:47 PM sp wrote: > Hello! > > While working through a project I found that I just wanted a print out of > tests that failed and

[elixir-core:10742] [Proposal] A 'concise' flag for 'mix test'

2022-02-03 Thread sp
Hello! While working through a project I found that I just wanted a print out of tests that failed and on what line instead of the full description and stack trace. Something like: test/my_test.exs:5 test/my_test.exs:12 etc I was able to 'grep' something close to this but feel it would be