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

feat: raise `UndefinedKey` exception on user decision #130

Closed FelixTheC closed 9 months ago

FelixTheC commented 9 months ago

closes https://github.com/FelixTheC/strongtyping/issues/129

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c830ec7) 90.44% compared to head (2705d39) 90.57%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## py_3_12 #130 +/- ## =========================================== + Coverage 90.44% 90.57% +0.13% =========================================== Files 28 28 Lines 3120 3142 +22 =========================================== + Hits 2822 2846 +24 + Misses 298 296 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.