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

Make errors in BeforeEach and AfterEach fail the test #326

Merged
merged 1 commit into from Apr 25, 2015

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Apr 25, 2015

The BeforeEach will fail the test if it throws any error. The After each
is guaranteed to run even if test fails and will also fail the test if
it throws any errors.

The BeforeEach will fail the test if it throws any error. The After each
is guaranteed to run even if test fails and will also fail the test if
it throws any errors.
@nohwnd
Copy link
Member Author

nohwnd commented Apr 25, 2015

Fix for #316

nohwnd added a commit that referenced this pull request Apr 25, 2015
Make errors in BeforeEach and AfterEach fail the test
@nohwnd nohwnd merged commit 05b2397 into master Apr 25, 2015
@dlwyatt dlwyatt deleted the Fail-It-on-BeforeEach/BeforeAll-fail branch February 23, 2016 20:42
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.

None yet

1 participant