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

Improve Assertion Message #63

Closed
threeal opened this issue May 30, 2024 · 0 comments · Fixed by #64
Closed

Improve Assertion Message #63

threeal opened this issue May 30, 2024 · 0 comments · Fixed by #64
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented May 30, 2024

This issue suggests improving the assertion message by displaying the asserted values on separate lines. For example, the message for asserting whether the given strings are equal should be modified from this:

expected string 'some string' to be equal to 'some other string'

to this:

expected string:
  some string
to be equal to:
  some other string
@threeal threeal added the feat label May 30, 2024
@threeal threeal added this to the Version 0.3.0 milestone May 30, 2024
@threeal threeal self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant