Skip to content
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

Pulse junit compatibility #355

Closed
pytestbot opened this issue Sep 15, 2013 · 1 comment
Closed

Pulse junit compatibility #355

pytestbot opened this issue Sep 15, 2013 · 1 comment
Labels
type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature

Comments

@pytestbot
Copy link
Contributor

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"


@pytestbot
Copy link
Contributor Author

Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):


fix issue355: junitxml generates name="pytest" tag.

@pytestbot pytestbot added the type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature label Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: proposal proposal for a new feature, often to gather opinions or design the API around the new feature
Projects
None yet
Development

No branches or pull requests

1 participant