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

Enhance test information output #3686

Closed
grasshopper47 opened this issue Dec 4, 2023 · 0 comments · Fixed by #3696
Closed

Enhance test information output #3686

grasshopper47 opened this issue Dec 4, 2023 · 0 comments · Fixed by #3696
Labels
enhancement New feature or request

Comments

@grasshopper47
Copy link
Contributor

Problem

When running many tests, say +100, the console output quickly makes it difficult to see the total number of tests being run

Happy Case

Would like to see an output such as

X tests passed

when all goes well

and

X tests passed, Y tests failed

when encountering failures

or

Y tests failed

when all tests fail

and

0 matching tests

when none found using search term

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

Yes

Support Needs

No response

@grasshopper47 grasshopper47 added the enhancement New feature or request label Dec 4, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Dec 4, 2023
github-merge-queue bot pushed a commit that referenced this issue Dec 6, 2023
# Description

## Problem\*

Resolves #3686

## Summary\*

Improved the output of tests by including passed/failed count in the
last line print.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Dec 6, 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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant