cfme.markers.polarion module

polarion(*tcid): Marker for marking tests as automation for polarion test cases.

class cfme.markers.polarion.ReportPolarionToJunitPlugin(xml, node_map)[source]

Bases: object

__ge__(other)

Automatically created by attrs.

__gt__(other)

Automatically created by attrs.

__le__(other)

Automatically created by attrs.

__lt__(other)

Automatically created by attrs.

__ne__(other)

Check equality and either forward a NotImplemented or return the result negated.

__repr__()

Automatically created by attrs.

pytest_runtest_logreport(report)[source]

Adds the supplied test case id to the xunit file as a property

cfme.markers.polarion.extract_polarion_ids(item)[source]

Extracts Polarion TC IDs from the test item. Returns None if no marker present.

cfme.markers.polarion.pytest_collection_modifyitems(config, items)[source]
cfme.markers.polarion.pytest_configure(config)[source]