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

Add one line summary to count tests passed/failed/skipped #42

Closed
jjanvier opened this issue Feb 27, 2022 · 3 comments
Closed

Add one line summary to count tests passed/failed/skipped #42

jjanvier opened this issue Feb 27, 2022 · 3 comments
Assignees
Labels

Comments

@jjanvier
Copy link

Hello, thanks for your tool :) Very appreciable :)

Do you think it would be possible to add a one line summary to count tests that passed/failed/skipped at the end?
Coming from other languages, this is something I miss in go test.

If you're interested, I could try to open a PR if you guide me a bit.

Thanks :)

@kyoh86
Copy link
Owner

kyoh86 commented Feb 27, 2022

I don't think that is necessary.

We need to know whether all tests are passed (skipped), or not. We can get it from status code.
We need to know which test is failed. We can get them from output.
Though it could not bring value to us that how many tests are passed.

The unnecessary output may distract us from the information we need.

@kyoh86
Copy link
Owner

kyoh86 commented Feb 27, 2022

In addition, don't try to attract attention by using bug labels unnecessarily.

@kyoh86 kyoh86 added wontfix and removed bug labels Feb 27, 2022
@jjanvier
Copy link
Author

jjanvier commented Feb 28, 2022

OK no problem.

In addition, don't try to attract attention by using bug labels unnecessarily.

That wasn't my attention. I wanted to create a regular ticket, but I couldn't. I had only the choice between 2 bugs' templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants