lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
410 stars 52 forks source link

Investigate #295 - Fix unexpected kwarg not raising a TypeError #301

Closed lebrice closed 8 months ago

lebrice commented 8 months ago

Fixes #295 (sort-of?)

TODOs:

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (7e1edcd) 86.44% compared to head (42be491) 86.47%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #301 +/- ## ========================================== + Coverage 86.44% 86.47% +0.02% ========================================== Files 34 34 Lines 4531 4531 ========================================== + Hits 3917 3918 +1 + Misses 614 613 -1 ```

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

lebrice commented 8 months ago

Closed (already covered and fixed by #290 )