Skip to content

Display failing tests again #335

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

Merged
merged 10 commits into from
Sep 23, 2024
Merged

Conversation

Chemaclass
Copy link
Member

@Chemaclass Chemaclass commented Sep 22, 2024

📚 Description

Closes: #294

🔖 Changes

  • Better handler runtime errors
  • Have control over the single-test-outcomes
    • Do not use FD 3 when executing the test function. Instead, add the test output to the subshell context
  • Save the failing tests into a temporal file so that we can render them at the end of the runner

🖼️ Demo

Screenshot 2024-09-23 at 00 49 29

✅ To-do list

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

@Chemaclass Chemaclass added the enhancement New feature or request label Sep 22, 2024
@Chemaclass Chemaclass self-assigned this Sep 22, 2024
@jorge-ramirez-purpose
Copy link

lgtm

@Chemaclass Chemaclass merged commit 8581850 into main Sep 23, 2024
8 checks passed
@Chemaclass Chemaclass deleted the feat/294-display-failing-tests-again branch September 23, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When a failing test is found, display it again
2 participants