Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a --failfast option to stop testing after the first failure #2290

Closed
wants to merge 1 commit into from

Commits on Jan 16, 2015

  1. Add a --failfast option to stop testing after the first failure

    Whilst misleading if run from Jenkins or from a general regression point of
    view (where knowing about all failures is invariably more useful), bailing
    out on the first failure is more appropriate behaviour in a "REPL", TDD or
    simply a quick "hack it until the tests pass" mode of coding.
    
    Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
    lamby committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    66734b7 View commit details
    Browse the repository at this point in the history