Skip to content

Pulse junit compatibility #355

Closed
Closed
@pytestbot

Description

@pytestbot

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"


Metadata

Metadata

Assignees

No one assigned

    Labels

    type: proposalproposal for a new feature, often to gather opinions or design the API around the new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions