8000 feat: add --snapshot-ignore-file-extensions argument to support DVC by noahnu · Pull Request #943 · syrupy-project/syrupy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add --snapshot-ignore-file-extensions argument to support DVC #943

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

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

noahnu
Copy link
Collaborator
@noahnu noahnu commented Feb 16, 2025

Close #694

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"
1 participant
0