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

Display an accurate message when the test fails #842

Merged
merged 2 commits into from
Nov 29, 2022
Merged

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Nov 28, 2022

Display an accurate message when the test fails' -m 'Currently, the message when the test fails is overridden by a test that checks if the remote debuggee is terminated. For example, when assert_line_text method is failed, the message should be Expected to include ~ in ~, but it will be overridden, and the message will be Expected the remote program to finish ~. We should not assert in ensure block to prevent the problem.

Currently, the message when the test fails is overridden by a test that checks if the remote debuggee is terminated. For example, when `assert_line_text` method is failed, the message should be `Expected to include ~ in ~`, but it will be overridden and the message will be `Expected the remote program to finish ~`. We should not assert in ensure block to prevent the problem.
@ono-max ono-max marked this pull request as ready for review November 28, 2022 07:11
@ko1 ko1 merged commit 1afffe3 into ruby:master Nov 29, 2022
@ono-max ono-max deleted the patch-222 branch January 9, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants