-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
"test" output from deno test
seems redundant
#7840
Comments
The output of |
Still think this is an issue on 1.15, the output still feels ugly imo
The lack of newlines and at ending |
@ebebbington Can you give an example of how you think it should be formatted? |
@ry This is how im kinda thinking, in terms of readabillity Note this is all my own opinion and how I feel, i'm purely trying to think of UX
Note the lack of:
And note the addition of:
|
Not having a common prefix can make it difficult to scan
If not |
@nayeemrmn what is scanning for "test" and why? (just curious as im unsure) |
Your eyes would be scanning for the test keyword. If you have alot of console logging in your tests and alot of tests and you want to check which ones passed. You would have to check the output. Which is hard to differentiate if there isn't the test keyword there. |
But the whole output is telling you where test output is and where test output isn't, for example Imo, i don't really see how the "test" bit can aid in scanning Regardless of that single point, this whole issue is the reason the Rhum module exists, in my eyes, that says something about some peoples opinions Would just be good to get a solid discussion around this as to whether it's a "yay" or "nay" |
Compare this: #7840 (comment) With this:
|
This was done in v1.21 |
What Am I Talking About
What is this issue about
It feels redundant to have the "test" bit display, because we already know it's a test as we're running
deno test
- and i don't think many other places do this, if any.The text was updated successfully, but these errors were encountered: