Skip to content

feat: match args leniently according to spec signature #89

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

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

mcous
Copy link
Owner

@mcous mcous commented Dec 1, 2021

Closes #78

@codecov
Copy link

codecov bot commented Dec 1, 2021

Codecov Report

Merging #89 (66da4a5) into main (be6c780) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   97.67%   97.71%   +0.03%     
==========================================
  Files          17       17              
  Lines         516      525       +9     
  Branches       95       96       +1     
==========================================
+ Hits          504      513       +9     
  Misses         10       10              
  Partials        2        2              
Impacted Files Coverage Δ
decoy/spy.py 100.00% <100.00%> (ø)
decoy/warnings.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 be6c780...66da4a5. Read the comment docs.

@mcous mcous merged commit fbbe941 into main Dec 1, 2021
@mcous mcous deleted the lenient-arg-matching branch December 1, 2021 23:46
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.

Feature: use function signature to be more lenient about args and kwargs
1 participant