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

Improvements in simple output #170

Open
antonio-gg-dev opened this issue Oct 13, 2023 · 0 comments
Open

Improvements in simple output #170

antonio-gg-dev opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@antonio-gg-dev
Copy link
Member

Some improvements need to be made to the simple output, the one currently implemented is a very simple first iteration but requires a few enhancements to match the verbose output.

Currently, the simple output only prints a dot for each test, interleaving error, skip, and todo messages among the dots, giving a somewhat strange feel.

The goal we would want to achieve would be:

  1. Not to print only dots, but also f (in red for failed), s (in yellow for skipped), and i (in blue for incomplete) whenever a test is found that does not pass for any of these reasons.
  2. The messages from these 3 types of tests should not be printed until the end, that is, the dots (with the respective letters in the cases we mentioned) will be printed first, and once finished, all messages will be printed.
@antonio-gg-dev antonio-gg-dev added the enhancement New feature or request label Oct 13, 2023
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
Status: In Progress
Development

No branches or pull requests

2 participants