Skip to content
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

Respect patterns with empty value and equal lookup #206

Merged
merged 1 commit into from
May 24, 2022

Conversation

lundberg
Copy link
Owner

Fixes #205

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2022

Codecov Report

Merging #206 (d0a1750) into master (019a8a8) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #206   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         2731      2735    +4     
  Branches       338       338           
=========================================
+ Hits          2731      2735    +4     
Impacted Files Coverage Δ
respx/patterns.py 100.00% <100.00%> (ø)
tests/test_patterns.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 019a8a8...d0a1750. Read the comment docs.

@lundberg lundberg merged commit e2507b1 into master May 24, 2022
@lundberg lundberg deleted the fix/empty-params-equality branch May 24, 2022 11:19
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.

Cannot create a lookup to match empty params
2 participants