We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the JUnit schema they reserve error for an error in the testing process.
error
Indicates that the test errored.
The failure condition is for tests that run, but didn't pass the test.
failure
Indicates that the test failed.
This distinction maters in the way the JUnit repot is viewed.
The text was updated successfully, but these errors were encountered:
This may be as simple as updating https://github.com/salabs/pylint_junit/blob/master/src/pylint_junit/__init__.py#L47 to add_failure_info
add_failure_info
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the JUnit schema they reserve
error
for an error in the testing process.The
failure
condition is for tests that run, but didn't pass the test.This distinction maters in the way the JUnit repot is viewed.
The text was updated successfully, but these errors were encountered: