getsentry / responses

A utility for mocking out the Python Requests library.
Apache License 2.0
4.14k stars 354 forks source link

[#651] regex compatability for headers matching #663

Closed geetptl closed 1 year ago

geetptl commented 1 year ago

Attempt at #651.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (ad22f54) 100.00% compared to head (a2e2da1) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #663 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 2880 2968 +88 ========================================= + Hits 2880 2968 +88 ``` | [Files Changed](https://app.codecov.io/gh/getsentry/responses/pull/663?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry) | Coverage Δ | | |---|---|---| | [responses/matchers.py](https://app.codecov.io/gh/getsentry/responses/pull/663?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-cmVzcG9uc2VzL21hdGNoZXJzLnB5) | `100.00% <100.00%> (ø)` | | | [responses/tests/test\_matchers.py](https://app.codecov.io/gh/getsentry/responses/pull/663?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry#diff-cmVzcG9uc2VzL3Rlc3RzL3Rlc3RfbWF0Y2hlcnMucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

markstory commented 1 year ago

Thank you 🎉