Skip to content

Use pytest hooks for test execution instead of "scraping" the JUnit XML results. #12973

@karrtikr

Description

@karrtikr

Couldn't find an open issue, if we have one feel free to close this one against it

Note we already use hooks for test discovery, this issue for test execution. The output on executing tests is not stable, so the assumptions we make when scraping output can break things. (For eg. #12403, pytest-dev/pytest#7463, #7265)

API details: pytest-dev/pytest#7463 (comment)

Similar issue for unittest framework: #10119

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions