Hi Ivan... I don't see this case as generic enough to justify the implementation on the original code. Once test output format is a big fight.
You can always implement your own formatter using the default as example https://github.com/elixir-lang/elixir/blob/master/lib/ex_unit/lib/ex_unit/cli_formatter.ex . It's really easy to read and pick what can be interesting for you. On Wed, Mar 22, 2017 at 7:46 PM, Ivan Santos <[email protected]> wrote: > I wonder if there's a way to omit the tests that are skipped from the > terminal. > > If I use a tag to filter by `--only` and use `--trace`, the filtered tests > shows up green and the skipped shows up using gray and append a text > `(skipped)` on each test. > > I could not find a flag to just show the filtered on the trace. > > I guess it goes through all the tests to find for the tag to be used as a > filter, but also shows an extra behavior for the skipped tests. > > Is that the originally expected behavior, is there any reason to not have > a flag to hide those extra messages? > > -- > 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/e297b280-8d9e-47c9-b459- > e4acd55e3ef5%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/e297b280-8d9e-47c9-b459-e4acd55e3ef5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Pedro Henrique de Souza Medeiros ---------------------------------- Cel: +55 (61) 9197-0993 Email: [email protected] Beautiful is better than ugly, Explicit is better than implicit, Simple is better than complex, Complex is better than complicated. The Zen of Python, by Tim Peters -- 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/CAJbPmJOjGHssAnVDpoYUGQ7HUZze7HGrOTOd-vSPHMkikkaFWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
