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

Add xunit v3 marker interfaces #1045

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Add xunit v3 marker interfaces #1045

merged 1 commit into from
Jan 16, 2025

Conversation

slang25
Copy link
Member

@slang25 slang25 commented Jan 16, 2025

Fixes #996

I've tested locally with an ad-hoc test project. Not sure of a better way to test other than doing dotnet run -- -reporter json, which outputs:

// ...
"Cause": "Assertion",
// ...

and

// ...
"Cause": "Timeout",
// ...

accordingly.

@SimonCropp SimonCropp added this to the 4.3.0 milestone Jan 16, 2025
@SimonCropp
Copy link
Contributor

LGTM. added to the 4.3 milestone

@slang25 slang25 merged commit b873afa into master Jan 16, 2025
3 checks passed
@slang25 slang25 deleted the xunit3 branch January 16, 2025 02:06
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.

xUnit 3 Support
2 participants