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

fix: Relax types in matchers to use duck types #699

Merged
merged 1 commit into from
Dec 18, 2023
Merged

fix: Relax types in matchers to use duck types #699

merged 1 commit into from
Dec 18, 2023

Conversation

markstory
Copy link
Member

Fixes #698

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4fa24b7) 99.93% compared to head (58ed836) 99.93%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #699   +/-   ##
=======================================
  Coverage   99.93%   99.93%           
=======================================
  Files           9        9           
  Lines        3053     3054    +1     
=======================================
+ Hits         3051     3052    +1     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@markstory markstory merged commit 6950c9e into master Dec 18, 2023
14 checks passed
@markstory markstory deleted the fix-698 branch December 18, 2023 14:47
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.

Matcher arguments should use Mapping instead of Dict in type annotations
1 participant