Skip to content

Rework, rename Python3TestResult#596

Merged
jelmer merged 2 commits intotesting-cabal:masterfrom
stephenfin:rework-doubles
Apr 17, 2026
Merged

Rework, rename Python3TestResult#596
jelmer merged 2 commits intotesting-cabal:masterfrom
stephenfin:rework-doubles

Conversation

@stephenfin
Copy link
Copy Markdown
Contributor

As the module name suggests, this is a test "double" for the stdlib unittest.TestResult that logs calls. Make it inherit from the test case so we can see this at a typing level.

I don't believe anyone is using this in the wild (based on a GitHub search) but this rename should justify a 2.9.0 release, just as the removal and replacement of the Python26Result and Python27Result classes in commit 5a78b83 warranted 2.8.0.

As the module name suggests, this is a test "double" for the stdlib
unittest.TestResult that logs calls. Make it inherit from the test case
so we can see this at a typing level.

Signed-off-by: Stephen Finucane <stephen@that.guru>
@jelmer jelmer self-requested a review April 17, 2026 08:34
@jelmer jelmer enabled auto-merge April 17, 2026 09:05
@jelmer jelmer merged commit af983b6 into testing-cabal:master Apr 17, 2026
9 checks passed
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