Hi all! 

I want to add following changes to mix test / exunit to improve 
productivity of development.

Allow `ExUnit.configure start: false` have effect in test_helper.exs, so 
that there will be no need to specify it on command line every time (right 
now --no-start command line arg is passed to mix app.start, so this call 
should be just skipped at all)

Add option to ExUnit to stop after first failed test. This is extremely 
useful when you use --trace and have many tests and single failed test gets 
hidden in the middle of output. I want it to be last visible output in 
console, so that I can inspect it without scrolling up. Also when 
refactoring I usually go and fix tests one by one. Stopping mix test.watch 
and specifying every time `--only line:111` to run next test is somehow 
annoying.

Please provide feedback ;-)

Regards,
Gaspar


-- 
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 elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/0feee546-f25d-49ff-8ae3-4a29e4a052df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to