Skip to content

chore: Bump the tunit group with 4 updates#990

Merged
vbreuss merged 1 commit into
mainfrom
dependabot/nuget/tunit-f04de4662d
Jul 13, 2026
Merged

chore: Bump the tunit group with 4 updates#990
vbreuss merged 1 commit into
mainfrom
dependabot/nuget/tunit-f04de4662d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0.

Release notes

Sourced from Microsoft.Testing.Extensions.CodeCoverage's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.1.

Release notes

Sourced from Microsoft.Testing.Extensions.TrxReport's releases.

2.3.0-preview-20220810-02

See release notes here.

2.2.10

See release notes here.

2.2.10-preview-20220414-01

See release notes here.

2.2.9

Parallel output

🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in his https://github.com/SimonCropp/XunitContext project. And being an inspiration for implementing this.

MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.

Before

In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:

image

After

With 2.2.9, each output is correctly attached to the test that produced it:

image
image

Also notice that we are also capturing debug, trace and error. And we are not awaiting the FastChild method, and the output is still assigned correctly. Souce code.

Limitations

Due to the way that class and assembly initialize, and cleanup are invoked, their output will end up in the first test that run (or last for cleanup). This is unfortunately not easily fixable.

See release notes here.

2.2.8

See release notes here.

2.2.7

See release notes here.

2.2.6

See release notes here.

2.2.5

See release notes here.

2.2.4

See release notes here.

2.2.4-preview-20210331-02

See release notes here.

Commits viewable in compare view.

Updated TUnit from 1.58.0 to 1.59.0.

Release notes

Sourced from TUnit's releases.

1.59.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.58.0...v1.59.0

Commits viewable in compare view.

Updated TUnit.Assertions from 1.58.0 to 1.59.0.

Release notes

Sourced from TUnit.Assertions's releases.

1.59.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.58.0...v1.59.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.8.0 to 18.9.0
Bumps Microsoft.Testing.Extensions.TrxReport from 2.2.3 to 2.3.1
Bumps TUnit from 1.58.0 to 1.59.0
Bumps TUnit.Assertions from 1.58.0 to 1.59.0

---
updated-dependencies:
- dependency-name: Microsoft.Testing.Extensions.CodeCoverage
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tunit
- dependency-name: Microsoft.Testing.Extensions.TrxReport
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tunit
- dependency-name: TUnit
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tunit
- dependency-name: TUnit.Assertions
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tunit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

     23 files   - 27       23 suites   - 27   9m 50s ⏱️ + 2m 8s
 19 842 tests  - 34   19 840 ✅  - 34  2 💤 ±0  0 ❌ ±0 
102 566 runs   - 81  102 564 ✅  - 81  2 💤 ±0  0 ❌ ±0 

Results for commit 0342d7c. ± Comparison against base commit a431a77.

This pull request removes 3182 and adds 3148 tests. Note that renamed tests count towards both.
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message0f60e6bc-e482-4a84-b253-4b0d3fb4bef9")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message68398274-c0fe-4d6c-b019-9608c61c277f")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message685d23a3-90b6-4f4c-a92b-42696f3a798a")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messageb5860e81-ea0f-46b2-be57-d3b81bfd0f06")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messagec84e5861-d50a-4213-a494-e72d117cc58f")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "messagec86ed15d-c15c-4849-8781-a19ee7f9a497")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message68198b98-ab86-49a6-b61a-65d34d93c190")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message8f0c342f-4c41-4a2c-a701-062f42bd6890")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message959ad400-0652-499a-969b-236b102d560c")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "messaged3e7b297-a5dc-4073-b808-ef1195d47e32")
…
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message19ab078d-e82d-4afa-aeb0-271b7b365a97")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message206b6070-33eb-4df9-8892-11d307a9234f")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message648e1399-b72a-472f-8bd3-8bdf92545ecf")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message6c3030e2-30e8-44b2-94a3-fd2db9a50101")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message7ce8ffef-1c4d-4493-8e09-92755732685d")
aweXpect.Core.Tests.Core.Exceptions.FailExceptionTests ‑ Message_ShouldBeSet(message: "message8dcf2392-b9bc-42ae-8f5c-3178363c465c")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message23b70efa-7dd0-4ead-be46-54397a713264")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message2d2d3e53-7daa-470e-bff5-753fcde086fb")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message6271747c-5fcf-48da-9b85-6ef47e0b7468")
aweXpect.Core.Tests.Core.Exceptions.SkipExceptionTests ‑ Message_ShouldBeSet(message: "message6f9d81c7-c987-4a8c-87d0-607958de1dbe")
…

@github-actions

Copy link
Copy Markdown
Contributor

👽 Mutation Results

Mutation testing badge

aweXpect

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Runtime Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

aweXpect.Core

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Runtime Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.30GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.301
[Host] : .NET 8.0.28 (8.0.28, 8.0.2826.26413), X64 RyuJIT x86-64-v4

Job=InProcess Toolchain=InProcessEmitToolchain IterationCount=15
LaunchCount=1 WarmupCount=10

Method Mean Error StdDev Gen0 Gen1 Allocated
Bool_aweXpect 294.2 ns 1.94 ns 1.72 ns 0.0081 - 696 B
Bool_FluentAssertions 294.4 ns 15.58 ns 14.57 ns 0.0110 - 952 B
Equivalency_aweXpect 317,543.3 ns 1,820.21 ns 1,702.62 ns 3.9063 - 335444 B
Equivalency_FluentAssertions 2,129,151.0 ns 79,792.36 ns 74,637.83 ns 54.6875 7.8125 4841613 B
Int_GreaterThan_aweXpect 283.1 ns 12.85 ns 12.02 ns 0.0100 - 864 B
Int_GreaterThan_FluentAssertions 304.9 ns 22.66 ns 21.19 ns 0.0143 - 1224 B
ItemsCount_AtLeast_aweXpect 512.5 ns 15.41 ns 14.42 ns 0.0162 - 1360 B
ItemsCount_AtLeast_FluentAssertions 577.9 ns 31.20 ns 29.18 ns 0.0238 - 2008 B
String_aweXpect 451.0 ns 18.83 ns 17.61 ns 0.0134 - 1128 B
String_FluentAssertions 1,303.6 ns 65.16 ns 60.95 ns 0.0458 - 3944 B
StringArray_aweXpect 1,430.8 ns 12.88 ns 10.05 ns 0.0305 - 2624 B
StringArray_FluentAssertions 1,467.4 ns 79.39 ns 74.26 ns 0.0496 - 4152 B
StringArrayInAnyOrder_aweXpect 1,979.4 ns 19.42 ns 18.17 ns 0.0305 - 2816 B
StringArrayInAnyOrder_FluentAssertions 18,265.4 ns 560.24 ns 524.05 ns 0.3967 - 33465 B

@vbreuss vbreuss merged commit 76cf695 into main Jul 13, 2026
11 checks passed
@vbreuss vbreuss deleted the dependabot/nuget/tunit-f04de4662d branch July 13, 2026 09:02
github-actions Bot added a commit that referenced this pull request Jul 13, 2026
github-actions Bot added a commit that referenced this pull request Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant