Skip to content

Conversation

@viceroypenguin
Copy link
Member

No description provided.

@viceroypenguin viceroypenguin requested a review from Copilot August 24, 2025 00:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR migrates the test framework from TUnit to xunit.v3 across the entire test suite. The migration involves updating package references, changing test attributes, and modifying test method signatures to work with the new testing framework.

Key changes include:

  • Package reference updates to replace TUnit with xunit.v3 packages
  • Test attribute migration from [Test] to [Fact] and [Arguments] to [InlineData]/[Theory]
  • Addition of cancellation token parameters using TestContext.Current.CancellationToken

Reviewed Changes

Copilot reviewed 37 out of 43 changed files in this pull request and generated no comments.

File Description
Directory.Packages.props Updates package versions to replace TUnit with xunit.v3
*.csproj files Replaces TUnit package references with xunit.v3 equivalents
Test files Converts test attributes and adds cancellation token support

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@viceroypenguin viceroypenguin enabled auto-merge (squash) August 24, 2025 00:06
@codecov
Copy link

codecov bot commented Aug 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 13 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@viceroypenguin viceroypenguin merged commit 9db4216 into master Aug 24, 2025
2 checks passed
@viceroypenguin viceroypenguin deleted the xunit.v3 branch August 24, 2025 00:08
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.

2 participants