summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Making unit test do the intended testKevin Van Brunt2018-03-181-1/+1
* Fixing more unit testsKevin Van Brunt2018-03-181-7/+4
* Fixed how we complete ~Kevin Van Brunt2018-03-181-5/+18
* Fixed indexes in unit testsKevin Van Brunt2018-03-181-3/+3
* Changing how commands are parsed if default_to_shell is TrueKevin Van Brunt2018-03-161-3/+6
* Skip test_default_to_shell_completion unit test on WindowsTodd Leonhardt2018-03-161-6/+3
* Merge branch 'master' into default_on_shell_unit_testsKevin Van Brunt2018-03-161-5/+86
|\
| * Fix unit tests and exampleTodd Leonhardt2018-03-161-4/+11
| * Added unit tests and examples for tab completion of subcommandsKevin Van Brunt2018-03-161-5/+79
* | Added unit test for completing when default_to_shell is TrueKevin Van Brunt2018-03-161-0/+39
|/
* Added unit tests for alias, unalias, and basic_completeKevin Van Brunt2018-03-162-2/+80
* Pushed fix for test_transcriptTodd Leonhardt2018-03-161-2/+2
* Fixed unit testKevin Van Brunt2018-03-161-1/+2
* Merge branch 'alias' of github.com:python-cmd2/cmd2 into aliasKevin Van Brunt2018-03-161-1/+1
|\
| * Fixed bug where positional argument was given after keyword argumentsTodd Leonhardt2018-03-161-1/+1
* | More unit test fixesKevin Van Brunt2018-03-162-5/+11
|/
* Fixing unit testsKevin Van Brunt2018-03-162-3/+6
* No longer need to manually specify subcommand names for tab completionKevin Van Brunt2018-03-142-8/+2
* Added table_display.pyTodd Leonhardt2018-03-141-1/+1
* add tests for preserve sharesAlberto Sartori2018-03-141-11/+41
* Merge branch 'master' into fix/submenu-require-sharesTodd Leonhardt2018-03-131-0/+41
|\
| * Added option to cancel the current line on keyboard interrupt.Mark Lalor2018-03-121-0/+41
* | AddSubMenu should work with default kwargsAlberto Sartori2018-03-131-1/+14
|/
* missing args in calling completenamesAlberto Sartori2018-03-121-21/+265
* Added a few unit testsTodd Leonhardt2018-03-031-0/+28
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-023-41/+11
* Added use of pytest-forked to CI unit test runsTodd Leonhardt2018-03-021-35/+0
* Added back the unit test of exclude_from_historyTodd Leonhardt2018-03-021-0/+24
* Fixed unit test on WindowsKevin Van Brunt2018-03-021-4/+4
* Removed abbrev attributeKevin Van Brunt2018-03-027-66/+6
* Fixed slicing bugKevin Van Brunt2018-03-021-1/+1
* Fixed some parsing bugs and added more unit testsKevin Van Brunt2018-03-021-6/+59
* 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