summaryrefslogtreecommitdiff
path: root/tests/test_argparse.py
Commit message (Expand)AuthorAgeFilesLines
* help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...Todd Leonhardt2018-01-221-26/+14
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-6/+6
* Added unit tests for sub-commandsTodd Leonhardt2018-01-201-0/+92
* Fixed unit testsTodd Leonhardt2018-01-201-6/+12
* Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-171-2/+2
* Improved how new argparse-based decorators provide helpTodd Leonhardt2018-01-171-1/+5
* Added a unit testTodd Leonhardt2018-01-151-0/+20
* Renamed new decorator to @with_argparser_and_unknown_args to make it more des...Todd Leonhardt2018-01-151-1/+1
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-48/+26
* 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