Skip to content

Conversation

@rluba
Copy link
Contributor

@rluba rluba commented Mar 15, 2016

I’ve implemented a silent-skips option to reduce the noise when using .only in large test suites. I hope you like it.

With this in place, we could also remove the special case for ids / glob (see bullet 2 in my only PR and @geek’s response) since the "noisy output" can now be prevented by adding -k when using ids / glob.

This PR also fixes todo tests being reported as complete at the end – even though they are displayed as skipped (-) in the output itself. I caught this by accident when writing the test for the new feature.

master currently contains some uncovered lines from #541 so npm test fails atm.

@geek geek added the feature New functionality or improvement label Mar 15, 2016
@geek geek self-assigned this Mar 15, 2016
@geek geek added this to the 10.3.0 milestone Mar 15, 2016
@geek
Copy link
Member

geek commented Mar 15, 2016

@rluba well done!

geek added a commit that referenced this pull request Mar 15, 2016
@geek geek merged commit 636e1b3 into hapijs:master Mar 15, 2016
@Marsup
Copy link
Contributor

Marsup commented Mar 15, 2016

👍 This is the kind of PR that reminds me we should really consider having a .labrc, those CLI options are getting out of hand. (not that there's anything wrong with this PR)

@rluba
Copy link
Contributor Author

rluba commented Mar 15, 2016

@Marsup Yeah, it was not easy to find a free shortcut for the new option — already a pretty long list 😕

@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

feature New functionality or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants