FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.
https://pypi.org/project/strongtyping/
107 stars 3 forks source link

closes: support for "duck_typing" #96

Closed FelixTheC closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (31fc815) into py_3_10 (885e063) will increase coverage by 0.11%. The diff coverage is 95.52%.

@@             Coverage Diff             @@
##           py_3_10      #96      +/-   ##
===========================================
+ Coverage    90.28%   90.39%   +0.11%     
===========================================
  Files           25       26       +1     
  Lines         2820     2885      +65     
===========================================
+ Hits          2546     2608      +62     
- Misses         274      277       +3     
Impacted Files Coverage Δ
strongtyping/strong_typing_utils.py 79.54% <92.30%> (+0.57%) :arrow_up:
strongtyping/tests/test_duck_typing.py 96.15% <96.15%> (ø)
strongtyping/_utils.py 89.65% <100.00%> (+0.18%) :arrow_up:
strongtyping/strong_typing.py 94.24% <100.00%> (ø)

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