summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Added tab completion exampleKevin Van Brunt2018-03-021-7/+7
* Added unit tests for index based completionKevin Van Brunt2018-03-021-4/+48
* Added unit tests for flag based completionKevin Van Brunt2018-03-021-9/+61
* Sorting all completion results. Added unit tests for help command.Kevin Van Brunt2018-03-021-5/+35
* Fixed unit tests that call completeKevin Van Brunt2018-03-021-10/+135
* Corrected tab completion of subcommands.Kevin Van Brunt2018-03-021-46/+0
* Fixed typoKevin Van Brunt2018-03-011-1/+1
* Fixed more unit testsKevin Van Brunt2018-03-011-19/+16
* Fixed unit testsKevin Van Brunt2018-03-011-10/+11
* Revert to old attribute names for multilineCommands and excludeFromHistory to...Todd Leonhardt2018-02-271-6/+6
* Converted a few class variables into instance variablesTodd Leonhardt2018-02-231-18/+18
* Removed an assertion which will fail if your home directory is emptykotfu2018-02-201-5/+0
* Flag the pexpect unit test of the persistent history to only run on macOSTodd Leonhardt2018-02-091-2/+3
* Skip the pexpect-based unit test on Windows due to the pexpect API being diff...Todd Leonhardt2018-02-091-0/+2
* Make sure pexpect uses same version of Python to spawn persistent history exa...Todd Leonhardt2018-02-091-4/+9
* Try increasing timeout to see if it fixes unit test on at least some platformsTodd Leonhardt2018-02-091-2/+2
* First past at unit test for persistent history featureTodd Leonhardt2018-02-091-0/+27
* Added optional persistent readline history featureTodd Leonhardt2018-02-081-1/+1
* Added separate test fixture for SecondLevel app by itselfTodd Leonhardt2018-02-071-4/+11
* Attempt to fix unit testsTodd Leonhardt2018-02-071-31/+55
* Added tests for submenuCalvin Lobo2018-02-041-0/+107
* 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