summaryrefslogtreecommitdiff
path: root/tests/test_argparse.py
Commit message (Expand)AuthorAgeFilesLines
* Made a couple cleanup changesTodd Leonhardt2018-01-151-19/+23
* remove use_argument_list attributekotfu2018-01-141-34/+0
* Ensure help function works if use_argument_list = Truekotfu2018-01-141-3/+3
* more robust argparse and arglist decoratorskotfu2018-01-141-2/+44
* add use_argument_list settingkotfu2018-01-121-0/+21
* new @with_argument_list decoratorkotfu2018-01-121-2/+13
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-5/+16
* Fix a nasty bug in @with_argument_parserJared Crapo2018-01-101-0/+16
* Set prog in argparser based on the name of the functionkotfu2018-01-071-7/+8
* Properly set docstring so it contains help messagekotfu2018-01-071-2/+10
* Add tests for POSIX=true and arguments containing spaceskotfu2018-01-071-3/+25
* Default posix and quote removal working.kotfu2018-01-071-15/+21
* New test cases for argparseJared Crapo2018-01-071-0/+54