Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
testfixtures ==8.3.0 -> ==9.1.0 age adoption passing confidence

Release Notes

Simplistix/testfixtures (testfixtures)

v9.1.0

Compare Source

  • Add support for passing :class:StringComparison instances as parameters to
    :meth:OutputCapture.compare.

v9.0.1

Compare Source

  • :attr:ShouldRaise.raised is now always an exception instance. If no exception has been raised,
    it will be a :class:~testfixtures.shouldraise.NoException instance. This prevents typing
    complaints around using an attribute that might be None.

  • :func:mock_time has been reworked to return an instance of :class:~testfixtures.datetime.MockTime rather than the
    class itself. :class:~testfixtures.datetime.MockTime has also been reworked such that it can no longer be instantiated
    with the same parameters as :class:~datetime.datetime - this edge case was never supported,
    but is highlighted here in case folks were using it.

v9.0.0

Compare Source

  • Python 3.11 is now the minimum supported version.

  • A show_whitespace parameter has been added to :class:ShouldAssert.

  • testfixtures is now fully typed, checked with mypy__ and is distributed with
    a py.typed marker file.

    __ https://mypy.readthedocs.io/en/stable/


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
Copy link

codecov bot commented Jul 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.68%. Comparing base (688f522) to head (edbcdef).
⚠️ Report is 9 commits behind head on dev.
✅ All tests successful. No failed tests found.

❌ Your project status has failed because the head coverage (99.71%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1053   +/-   ##
=======================================
  Coverage   93.68%   93.68%           
=======================================
  Files         130      130           
  Lines        4974     4974           
  Branches      327      327           
=======================================
  Hits         4660     4660           
  Misses        251      251           
  Partials       63       63           

☔ 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
Copy link

codspeed-hq bot commented Jul 3, 2025

CodSpeed Performance Report

Merging #1053 will not alter performance

Comparing renovate/testfixtures-9.x (edbcdef) with dev (688f522)

Summary

✅ 6 untouched benchmarks

@renovate renovate bot force-pushed the renovate/testfixtures-9.x branch 2 times, most recently from 27e2c15 to ec38017 Compare July 8, 2025 19:32
@renovate renovate bot force-pushed the renovate/testfixtures-9.x branch from ec38017 to edbcdef Compare August 4, 2025 08:47
@edenhaus edenhaus merged commit c61e887 into dev Aug 4, 2025
26 of 27 checks passed
@edenhaus edenhaus deleted the renovate/testfixtures-9.x branch August 4, 2025 13:39
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.

2 participants