Skip to content

Conversation

@noahnu
Copy link
Collaborator

@noahnu noahnu commented Feb 17, 2025

Closes #898

@noahnu noahnu linked an issue Feb 17, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

Attention: Patch coverage is 83.33333% with 2 lines in your changes missing coverage. Please review.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #952      +/-   ##
==========================================
- Coverage   97.78%   97.67%   -0.11%     
==========================================
  Files          21       21              
  Lines        1623     1634      +11     
==========================================
+ Hits         1587     1596       +9     
- Misses         36       38       +2     

@noahnu noahnu merged commit cc4f12a into next Feb 17, 2025
13 of 14 checks passed
@noahnu noahnu deleted the feature/898 branch February 17, 2025 18:56
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: f1c8c1a Previous: b7f5a9d Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.775651589942098 iter/sec (stddev: 0.055512067438995026) 0.7985141212181278 iter/sec (stddev: 0.05282275712328596) 1.03
benchmarks/test_1000x.py::test_1000x_writes 0.6758083011369332 iter/sec (stddev: 0.27920900404199733) 0.698901352248691 iter/sec (stddev: 0.24551960819132626) 1.03
benchmarks/test_standard.py::test_standard 0.686128371510419 iter/sec (stddev: 0.08844398123128004) 0.7294161208407376 iter/sec (stddev: 0.06718845368778603) 1.06

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

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.

Multiple matchers in custom serializer

2 participants