-
Notifications
You must be signed in to change notification settings - Fork 40
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
Provide command to skip a test #178
Comments
I recently needed this exact functionality and started a fork that provides a
The
The output appears in the quickfix window after running the
I don't throw an exception right now but simply use a |
@MisanthropicBit |
Sure. I'll fix up the code to make it a bit more PR-worthy.
Yes, that should already work correctly but I'll double-check to make sure. |
This should add a log message.
Internally it likely should throw an exception that gets caught/handled by Vader then, e.g.
VaderSkipTest: reason
.Should be done on top of #107 .
The text was updated successfully, but these errors were encountered: