-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
Skipped tests are not as convenient as they could be #90
Comments
@stuartlangridge This looks to be a bug since the TAP version 13 specification shows skipped tests as counting towards the plan count. See the section "Skipping a few" in http://testanything.org/tap-version-13-specification.html |
+1. IMO, the only reason to support skip at all is to count intentionally un-completed tests in the plan. Otherwise I could use any sort of external flow control to skip tests. |
I am happy to have a go at fixing the following things if they're wanted:
That would also cover #115 |
If I mark a test as skipped with
It might be nice if skipped tests still counted in the plan (so one doesn't have to alter the plan number), and if the number of skipped tests were reported along with passed, failed, and total tests at the end of the test run.
The text was updated successfully, but these errors were encountered: