Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick features from v5 branch #967

Merged
merged 6 commits into from
Mar 8, 2025
Merged

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Mar 8, 2025

  • Improve output of "--snapshot-details" option.
  • Add "---snapshot-ignore-file-extensions" flag for compatibility with DVC.
  • Improved error message when trying to use SingleFileSnapshotExtension with non-byte-like object.
  • Introduced a new compose_matchers utility to compose one or more matchers.
  • Added SingleFileAmberSnapshotExtension.

@noahnu noahnu force-pushed the extract_non_breaking_changes branch from b3c46dd to 33aca90 Compare March 8, 2025 19:01
Copy link

codecov bot commented Mar 8, 2025

Codecov Report

Attention: Patch coverage is 91.30435% with 6 lines in your changes missing coverage. Please review.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #967      +/-   ##
==========================================
- Coverage   97.72%   97.50%   -0.23%     
==========================================
  Files          21       21              
  Lines        1626     1680      +54     
==========================================
+ Hits         1589     1638      +49     
- Misses         37       42       +5     
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 33aca90 Previous: 52f3bb2 Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7835756626061731 iter/sec (stddev: 0.06926828539578135) 0.8142566841388693 iter/sec (stddev: 0.05545755890696258) 1.04
benchmarks/test_1000x.py::test_1000x_writes 0.6994962595733685 iter/sec (stddev: 0.24456381681255812) 0.7081773961171729 iter/sec (stddev: 0.23239043210938287) 1.01
benchmarks/test_standard.py::test_standard 0.7171726000720325 iter/sec (stddev: 0.07551644068206931) 0.7290515544232644 iter/sec (stddev: 0.06717042211880127) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

@noahnu noahnu merged commit 3330c42 into main Mar 8, 2025
18 of 19 checks passed
@noahnu noahnu deleted the extract_non_breaking_changes branch March 8, 2025 19:07
@noahnu
Copy link
Collaborator Author

noahnu commented Mar 8, 2025

🎉 This PR is included in version 4.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@noahnu noahnu added the released label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant