Re: [elixir-core:11948] Proposal: Improve ExUnit feedback when running a subset of tests

2024-12-13 Thread José Valim
Yes, I think that’s better, I have ran into the same scenario. Please do submit a PR. *José Valimhttps://dashbit.co/ * On Fri, Dec 13, 2024 at 20:30 Kieran wrote: > When testing a single file with ExUnit you can run a subset of tests by > appending a : to your mix test c

[elixir-core:11948] Proposal: Improve ExUnit feedback when running a subset of tests

2024-12-13 Thread Kieran
When testing a single file with ExUnit you can run a subset of tests by appending a : to your mix test command. *Problem:* Currently this outputs the *overall* number of tests in the current module, the number of failures, and the number of tests you've excluded. Example: 24 tests, 2 failures,