Skip to content

⬆️ Update dependency testfixtures to v11#1489

Merged
edenhaus merged 1 commit into
devfrom
renovate/testfixtures-11.x
Mar 25, 2026
Merged

⬆️ Update dependency testfixtures to v11#1489
edenhaus merged 1 commit into
devfrom
renovate/testfixtures-11.x

Conversation

@renovate

@renovate renovate Bot commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
testfixtures (changelog) ==10.0.0==11.0.0 age adoption passing confidence

Release Notes

Simplistix/testfixtures (testfixtures)

v11.0.0

Compare Source

  • Moved to a uv__-based, pyproject.toml-driven project layout, with main replacing
    master as the default git branch.

    __ https://docs.astral.sh/uv/

  • Move from Circle CI to Github Actions for continuous integration and releasing.

  • Lots of documentation has been refreshed.

  • Python versions between 3.11 and 3.14, inclusive, are now supported.

  • Python versions 3.10 and earlier are no longer supported.

  • :class:TempDir is now introduced as a :class:~pathlib.Path-based alternative to
    :class:TempDirectory.

  • :class:TempDir and :class:TempDirectory have grown support for dumping and parsing JSON,
    YAML and TOML natively by way of the :meth:~TempDir.dump and :meth:TempDir.parse methods.

  • :class:TempDir and :class:TempDirectory now have :meth:~TempDir.read_text and
    :meth:TempDir.read_bytes methods that mirror the behaviour of their :class:~pathlib.Path
    equivalents.

  • :class:TempDir and :class:TempDirectory now support :class:~pathlib.Path objects anywhere
    they previously supported string and sequences of strings.

  • :class:TempDir and :class:TempDirectory now have a :meth:~TempDir.clone method for
    copying existing files or directories into themselves for using during testing.

  • None can now be passed to :class:ShouldRaise to check that no exception is raised.
    This is useful for parameterised tests where some cases may expect an exception to be raised
    while others do not.

  • :class:ShouldRaise now has a match parameter to bring feature parity with
    :func:pytest.raises.

  • :class:Comparison now shows the wrong type when it is compared against a wrong type.

  • :class:Comparison no longer spuriously reports
    :class:~testfixtures.comparison.AlreadySeen as the wrong type.

  • Fixed a bug where comparing parameterised generic type objects resulted in an infinite loop.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Mar 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.79%. Comparing base (38fa344) to head (8cacc94).
⚠️ Report is 6 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1489   +/-   ##
=======================================
  Coverage   94.79%   94.79%           
=======================================
  Files         152      152           
  Lines        5974     5974           
  Branches      350      350           
=======================================
  Hits         5663     5663           
  Misses        249      249           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq

codspeed-hq Bot commented Mar 25, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 113 untouched benchmarks


Comparing renovate/testfixtures-11.x (8cacc94) with dev (38fa344)

Open in CodSpeed

@edenhaus edenhaus merged commit 06893d9 into dev Mar 25, 2026
26 checks passed
@edenhaus edenhaus deleted the renovate/testfixtures-11.x branch March 25, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant