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

Fix display multiline errors within the same test #389

Merged
merged 7 commits into from
Dec 5, 2024

Conversation

Chemaclass
Copy link
Member

@Chemaclass Chemaclass commented Dec 5, 2024

πŸ“š Description

Fixes: #381

πŸ”– Changes

  • Add caller source and line to log (global function)
  • Fix displaying errors on multiline

πŸ–ΌοΈ Demo

BEFORE

Screenshot 2024-12-05 at 23 38 39

AFTER

Screenshot 2024-12-05 at 23 39 23

βœ… To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix

@Chemaclass Chemaclass added the bug Something isn't working label Dec 5, 2024
@Chemaclass Chemaclass self-assigned this Dec 5, 2024
@Chemaclass Chemaclass changed the title Multiple errors display lines Fix display multiline errors within the same test Dec 5, 2024
@Chemaclass Chemaclass enabled auto-merge December 5, 2024 22:49
@Chemaclass Chemaclass merged commit b365916 into main Dec 5, 2024
13 checks passed
@Chemaclass Chemaclass deleted the fix/381-multiple-errors-display-lines branch December 5, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A test with multiple errors display the output in a single line
3 participants