Thanks. That task works as an alternative. I was thinking that a summary could be presented at the end, rather than running the test differently, but your task is good in that I still get tests grouped by app, and a total at the end. Now to get coverage data. As you indicate, that may still have issues.
Michael > On Feb 21, 2017, at 9:56 PM, Myron Marston <[email protected]> wrote: > > 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 > > <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 > <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 a topic in the Google > Groups "elixir-lang-core" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/elixir-lang-core/96RuXGt6uG0/unsubscribe > <https://groups.google.com/d/topic/elixir-lang-core/96RuXGt6uG0/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[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 > > <https://groups.google.com/d/msgid/elixir-lang-core/0dac1eca-2b59-40bd-b7d1-fffdd396193b%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/773FBE96-93D9-4620-97FB-1689774C064D%40technomage.com. For more options, visit https://groups.google.com/d/optout.
