lebrice / SimpleParsing

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

Add test for decoding of Literal fields #226

Closed lebrice closed 1 year ago

lebrice commented 1 year ago

Context: #221 fixes warnings when decoding a literal field, but there needs to be a test that checks that the warning is fixed, and that the decoding of Literal fields works fine.