Skip to content

Conversation

@noahnu
Copy link
Collaborator

@noahnu noahnu commented Feb 16, 2025

Close #694

@codecov
Copy link

codecov bot commented Feb 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #943   +/-   ##
=======================================
  Coverage   97.82%   97.83%           
=======================================
  Files          21       21           
  Lines        1611     1616    +5     
=======================================
+ Hits         1576     1581    +5     
  Misses         35       35           

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: bfe8973 Previous: eab75fe Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.812375016113929 iter/sec (stddev: 0.05393283620431249) 0.8050796508297878 iter/sec (stddev: 0.05505405473346378) 0.99
benchmarks/test_1000x.py::test_1000x_writes 0.7048713099807351 iter/sec (stddev: 0.24682971199443585) 0.7050997627145411 iter/sec (stddev: 0.23316730109957248) 1.00
benchmarks/test_standard.py::test_standard 0.728554672257347 iter/sec (stddev: 0.06300219446055746) 0.7199730256979677 iter/sec (stddev: 0.07786095659064801) 0.99

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

@noahnu noahnu merged commit bbc5f12 into next Feb 16, 2025
15 checks passed
@noahnu noahnu deleted the feature/694 branch February 16, 2025 23:05
noahnu added a commit that referenced this pull request Mar 8, 2025
samylaumonier pushed a commit to samylaumonier/syrupy that referenced this pull request Mar 9, 2025
# [4.9.0](syrupy-project/syrupy@v4.8.3...v4.9.0) (2025-03-08)

### Bug Fixes

* **serializer:** raise TypeError when serializing non-byte like object in binary mode ([syrupy-project#951](syrupy-project#951)) ([2bd0f54](syrupy-project@2bd0f54))

### Features

* add --snapshot-ignore-file-extensions argument to support DVC ([syrupy-project#943](syrupy-project#943)) ([056cc6e](syrupy-project@056cc6e))
* add compose_matchers utility for composing 1 or more matchers ([syrupy-project#952](syrupy-project#952)) ([157dbec](syrupy-project@157dbec))
* add SingleFileAmberSnapshotExtension as a single-file variant of the default amber extension ([syrupy-project#959](syrupy-project#959)) ([a753b7a](syrupy-project@a753b7a))
* include details about created/updated snapshots in detailed report ([syrupy-project#942](syrupy-project#942)) ([25d37ef](syrupy-project@25d37ef))
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.

DVC and syrupy. .dvc tracking files deleted by "pytest --snapshot-update"

2 participants