Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: add compose_matchers utility for composing 1 or more matchers #952

Merged
merged 1 commit into from
Feb 17, 2025

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
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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple matchers in custom serializer
1 participant