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

[Test/SCons] Add fast failure option for tests #772

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

bryanwweber
Copy link
Member

Thanks for contributing code! Please include a description of your change and
check your PR against the list below (for further questions, refer to the
contributing guide).

  • There is a clear use-case for this code change
  • The commit message has a short title & references relevant issues
  • Build passes (scons build & scons test) and unit tests address code coverage

Changes proposed in this pull request

  • Add fast_fail_tests option. If True, the first test failure aborts
    running the test suite. Useful when debugging tests and multiple tests
    are failing, this option allows them to be easily handled one-by-one.

Add fast_fail_tests option. If True, the first test failure aborts
running the test suite. Useful when debugging tests and multiple tests
are failing, this option allows them to be easily handled one-by-one.
@speth speth merged commit 8920063 into Cantera:master Jan 2, 2020
@bryanwweber bryanwweber deleted the fast_fail_tests branch January 11, 2020 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants