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(spy): resolve source to origin of GenericAlias #143

Merged
merged 3 commits into from
Sep 25, 2022
Merged

Conversation

mcous
Copy link
Owner

@mcous mcous commented Sep 25, 2022

Fixes #142

@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Merging #143 (f9036bb) into main (2096434) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   98.35%   98.36%           
=======================================
  Files          19       19           
  Lines         730      734    +4     
  Branches      121      121           
=======================================
+ Hits          718      722    +4     
  Misses         10       10           
  Partials        2        2           
Impacted Files Coverage Δ
decoy/spy_core.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mcous mcous merged commit 7d021c2 into main Sep 25, 2022
@mcous mcous deleted the fix-generic-mock branch September 25, 2022 20:01
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.

Mocks built from Generic aliases are unnamed and unspec'd
1 participant