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

Exit pytest on collection error (without executing tests) #1628

Merged
merged 1 commit into from
Jun 21, 2016
Merged

Exit pytest on collection error (without executing tests) #1628

merged 1 commit into from
Jun 21, 2016

Commits on Jun 21, 2016

  1. Exit pytest on collection error (without executing tests)

    Add --continue-on-collection-errors option to restore the previous behaviour:
    Execute tests (that were successfully collected) even when collection errors
    happen.
    
    Some tests had to be modified e.g. because the return code changed to 2
    (EXIT_INTERRUPTED) instead of 1 (EXIT_TESTSFAILED) because an Interrupted
    exception is raised on collection error.
    
    Implemented via pair programming with:
        Oleg Pidsadnyi <[email protected]>
    
    closes #1421
    omarkohl committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    ede7478 View commit details
    Browse the repository at this point in the history