lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
384 stars 46 forks source link

Fix test_decorator issue #269 #270

Closed zhiruiluo closed 12 months ago

zhiruiluo commented 1 year ago

To fix issue #269.

zhiruiluo commented 1 year ago

This doesn't exactly behave like the original partial function via changing defaults.

zhiruiluo commented 1 year ago

Added a delay_evaluation_wrapper to prevent collection error and xfail on two tests.

lebrice commented 12 months ago

Closed in favour of #273