This is something I've asked for in the past[1] (albeit for different reason at the time). While not directly, supported, there's a fairly simple way to add a `mix test_all` task that does what you want. [2]
José said he might be more open to it being built-in in the future, so it's nice to hear that others would like to see this as it has been so helpful in our umbrella app. [1] https://groups.google.com/forum/#!searchin/elixir-lang-core/test_all/elixir-lang-core/8wX8i5sEtFg/zxJaYGFeDwAJ [2] https://github.com/elixir-lang/elixir/issues/4783 On Tuesday, February 21, 2017 at 3:19:37 PM UTC-8, Michael Latta wrote: > > When running 'mix test' from an umbrella app, it runs each child app > independently. When the output form those tests is long or numerous, it > can be difficult to know if all tests passed. It would be nice if the > output included a summary at the end listing the total number of passing > and failed tests for the whole umbrella. > > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/0dac1eca-2b59-40bd-b7d1-fffdd396193b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
