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

Distinguishing between JUnit final results and XUnit2 intermediate (rerun) results #144

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EnricoMi
Copy link
Collaborator

Improves class hierarchy and naming of results returned by JUnitXml.TestCase.result, in contrast to rerun results defined in xunit2.

Note: This is a breaking change. Before, TestCase.result silently ignored values that were not of type Result. This setter method now raises a ValueError if values are not of type FinalResult.

@EnricoMi EnricoMi force-pushed the rework-xunit2-rerun-types branch from 3d9d48e to 13f1182 Compare December 20, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant