这是indexloc提供的服务,不要输入任何密码
Skip to content

Added the notion of pessimistic usage. #5

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

Closed
wants to merge 2 commits into from
Closed

Added the notion of pessimistic usage. #5

wants to merge 2 commits into from

Conversation

thaggie
Copy link

@thaggie thaggie commented Mar 10, 2016

If you specify -p on the command line successful tests will be quietly ignored (you'll still get a summary) - helps cut down the noise when you have a lot of tests.

screen shot 2016-03-09 at 4 51 41 pm

…nd line successful tests will be quietly ignored (you'll still get a summary).
output('\n');
comment = chalk.white.bold(comment);

switch (commentType(comment)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please do not use switch and stick with if Nice to extract out the commentType (but could you rename it to getCommentType.

@namuol
Copy link
Owner

namuol commented Jun 13, 2016

Yeah, I like this.

@namuol
Copy link
Owner

namuol commented Jun 13, 2016

I'm going to merge this into a separate branch to tweak somewhat before releasing, since I was actually revisiting this repo for a similar purpose but also want to be sure documentation is in order.

Thanks @thaggie for the contrib!

@namuol
Copy link
Owner

namuol commented Jun 13, 2016

Merged into this PR for tweaks: #6

@namuol namuol closed this Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants