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

108 2 cannot validate typing of nested typeddict having a notrequired clause in python 310 #110

Closed FelixTheC closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #110 (d1f039e) into py_3_10 (e7c20a9) will increase coverage by 0.03%. The diff coverage is 94.28%.

@@             Coverage Diff             @@
##           py_3_10     #110      +/-   ##
===========================================
+ Coverage    90.49%   90.53%   +0.03%     
===========================================
  Files           26       27       +1     
  Lines         3021     3054      +33     
===========================================
+ Hits          2734     2765      +31     
- Misses         287      289       +2     
Impacted Files Coverage Δ
strongtyping/strong_typing.py 92.26% <ø> (-0.10%) :arrow_down:
strongtyping/strong_typing_utils.py 81.16% <85.71%> (+0.10%) :arrow_up:
.../tests/issues/test_usage_with_typing_extensions.py 96.42% <96.42%> (ø)

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