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

Reset error state after testing expected errors #251

Merged
merged 1 commit into from
May 18, 2020

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented May 15, 2020

This change eliminates unnecessary output from the string_array tests when running operations that are expected to set error information. It does not change the intended behavior of the tests, but suppresses the extra output when the tests are functioning as expected.

The idea is to make it easier to use the output to debug an actual failure, which is easier to do when you don't need to wade through the output from the expected failures overwriting each other.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

This change eliminates unnecessary output from the string_array tests
when running operations that are expected to set error information. It
does not change the intended behavior of the tests, but suppresses the
extra output when the tests are functioning as expected.

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay added enhancement New feature or request in review Waiting for review (Kanban column) labels May 15, 2020
@cottsay cottsay requested a review from ahcorde May 15, 2020 20:46
@cottsay cottsay self-assigned this May 15, 2020
@cottsay cottsay merged commit 54da1c2 into master May 18, 2020
@delete-merged-branch delete-merged-branch bot deleted the test_string_array_errors branch May 18, 2020 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants