kevin1024 / vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing
MIT License
2.72k stars 388 forks source link

Fix query param filter for aiohttp (fixes #517) #740

Closed hartwork closed 1 year ago

hartwork commented 1 year ago

Fixes #517, inspired by #683

codecov-commenter commented 1 year ago

Codecov Report

Merging #740 (8ab8e63) into master (4f70152) will increase coverage by 0.11%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #740      +/-   ##
==========================================
+ Coverage   90.52%   90.63%   +0.11%     
==========================================
  Files          28       28              
  Lines        1794     1794              
  Branches      322      268      -54     
==========================================
+ Hits         1624     1626       +2     
+ Misses        135      133       -2     
  Partials       35       35              
Impacted Files Coverage Δ
vcr/stubs/aiohttp_stubs.py 94.40% <100.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jairhenrique commented 1 year ago

@hartwork :shipit: 😄