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
Originally reported by: Scott Reeve (BitBucket: scott_reeve, GitHub: scott_reeve)
The Zutubi Pulse junit post processor requires that the name field in a junit xml file has a value, pytest leaves the field blank.
Easily fixed by adding a value to the name field, line 220 of junitxml.py:
name="", becomes: name="pytest"
The text was updated successfully, but these errors were encountered:
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):
fix issue355: junitxml generates name="pytest" tag.
Sorry, something went wrong.
No branches or pull requests
Originally reported by: Scott Reeve (BitBucket: scott_reeve, GitHub: scott_reeve)
The Zutubi Pulse junit post processor requires that the name field in a junit xml file has a value, pytest leaves the field blank.
Easily fixed by adding a value to the name field, line 220 of junitxml.py:
name="",
becomes:
name="pytest"
The text was updated successfully, but these errors were encountered: