summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...Todd Leonhardt2018-01-223-47/+29
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-212-11/+11
* History enhancementsTodd Leonhardt2018-01-201-3/+5
* Added unit tests for newly-overridden complete() methodTodd Leonhardt2018-01-201-0/+120
* Added unit tests for sub-commandsTodd Leonhardt2018-01-202-0/+189
* Added links to docs and examples to CHANGELOG.mdTodd Leonhardt2018-01-201-1/+1
* Fixed unit testsTodd Leonhardt2018-01-203-19/+34
* 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-172-2/+6
* Cleanup of documentation and examplesTodd Leonhardt2018-01-171-7/+1
* do_edit() no longer edits history, just files #252kotfu2018-01-163-76/+0
* Remove do_save() and do_run() for #252kotfu2018-01-164-112/+12
* tweak unit tests for history #252kotfu2018-01-151-1/+1
* Implement -o, -r, and -e options for issue #252Jared Crapo2018-01-152-3/+51
* Fix test_base_show_readonly unit test on WindowsTodd Leonhardt2018-01-151-0/+1
* cmdenvironment command has been removed and its functionality now exists as a...Todd Leonhardt2018-01-154-29/+27
* Fixed the test_transcript unit test when run with the from_cmdloop.txt inputTodd Leonhardt2018-01-151-2/+2
* show command has been removedTodd Leonhardt2018-01-154-20/+18
* Made test_echo unit test robust to changes in expected value of "help history"Todd Leonhardt2018-01-151-1/+1
* Fixed expected value of "help history" for unit testsTodd Leonhardt2018-01-151-9/+13
* __relative_load command is now hidden from help menu by defaultTodd Leonhardt2018-01-154-13/+8
* 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-153-24/+30
* Fixed base_invalid_option unit testTodd Leonhardt2018-01-151-3/+2
* Fixed test_echo unit testTodd Leonhardt2018-01-151-1/+1
* Fixed do_history unit tests and implementationTodd Leonhardt2018-01-151-9/+10
* 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
* Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-071-1/+1
|\
| * Enabled Python 3.7 testing on Travis CITodd Leonhardt2018-01-061-1/+1
* | Default posix and quote removal working.kotfu2018-01-071-15/+21
* | Merge branch 'master' of github.com:python-cmd2/cmd2 into argparsekotfu2018-01-072-13/+18
|\ \ | |/
| * Fix test_transcript.py in python 3.7kotfu2018-01-061-12/+17
| * Updating version and changelog in preparation for minor bug fix realeaseTodd Leonhardt2018-01-041-1/+1
* | New test cases for argparseJared Crapo2018-01-071-0/+54
|/
* Bump version to 0.7.9aTodd Leonhardt2017-11-151-1/+1
* Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-081-1/+1
* Added some unit tests to cover new codeTodd Leonhardt2017-09-231-8/+56
* Merge branch 'master' into support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-221-1/+1
|\
| * Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-1/+1