summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
Commit message (Expand)AuthorAgeFilesLines
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-11/+2
* 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
* Removed an assertion which will fail if your home directory is emptykotfu2018-02-201-5/+0
* help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...Todd Leonhardt2018-01-221-3/+3
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-5/+5
* Added unit tests for newly-overridden complete() methodTodd Leonhardt2018-01-201-0/+120
* Added unit tests for sub-commandsTodd Leonhardt2018-01-201-0/+97
* Added support for case-insensitive tab-completion of cmd2 command namesTodd Leonhardt2017-07-131-0/+22
* Avoid conflict the `eg` tool from go-toolsFelix Yan2017-07-101-1/+1
* Fix a bug in a unit test which can happen in atypical circumstancesTodd Leonhardt2017-07-051-1/+1
* Don't run an assert on Windows since it is failing on AppVeyorTodd Leonhardt2017-07-011-2/+6
* Attempt at fixing failing Windows unit testTodd Leonhardt2017-07-011-2/+8
* Added some more tests for path completion and shell command completionTodd Leonhardt2017-07-011-30/+130
* Multiple changesTodd Leonhardt2017-06-281-1/+1
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-1/+1
* Added pyscript unit test and attempt to fix a path completion test on WindowsTodd Leonhardt2017-06-241-1/+29
* Added some path completion unit testsTodd Leonhardt2017-06-241-1/+69
* Trying to fix shell command completion unit tests on Windows.Todd Leonhardt2017-06-151-10/+10
* Added some tests for command completion, help completion, and shell command c...Todd Leonhardt2017-06-151-0/+97