test: generate snapshots for all Python versions#1748
Merged
noirbizarre merged 3 commits intocommitizen-tools:masterfrom Jan 3, 2026
Merged
test: generate snapshots for all Python versions#1748noirbizarre merged 3 commits intocommitizen-tools:masterfrom
noirbizarre merged 3 commits intocommitizen-tools:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1748 +/- ##
=======================================
Coverage 97.92% 97.92%
=======================================
Files 60 60
Lines 2604 2604
=======================================
Hits 2550 2550
Misses 54 54 ☔ View full report in Codecov by Sentry. |
11 tasks
Collaborator
|
Thanks 🙇 will review it later today. |
c1effb1 to
a05d3a7
Compare
Member
Author
|
PR updated to solve conflicts with the |
…pshots, including those depending on Python version
a05d3a7 to
ae8e277
Compare
bearomorphism
approved these changes
Jan 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
@bearomorphism I heard you so here's my proposal.
poe test:allnow usetox-uvto install required Python versions. Contributors have nothing to install on their own. Double benefit: dependencies installation will now be faster when runningpoe test:allAdded a
python_versionfixture creating a singleparametrizeparameter with the current Python version in the formmajor.minor:test:allsuite will run this over every Python version with a version-specific snapshotAdded a
poe test:regencommand that will in parallel:Update the contributing guide to document this.
Checklist
Code Changes
tox-uvdependencypoe test:regencommand and adds it to the contributing guidepython_versionfixture and uses it intest_common_command.pyDocumentation Changes
Update the
CONTRIBUTING.mdExpected Behavior
Steps to Test This Pull Request
Supersedes #1741