Skip to content

junit record_xml_property doesn't allow multiple records with same name #1422

@lukas-bednar

Description

@lukas-bednar

It might happen that test can be affected by two or more bugs.
I need to be able to track them all.

def test_record_with_same_name(record_xml_property):
    record_xml_property("bug", "X")
    record_xml_property("bug", "Y")

py,test 2.8.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueeasy issue that is friendly to new contributortype: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogtype: bugproblem that needs to be addressed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions