summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
Commit message (Expand)AuthorAgeFilesLines
* Added alias parse_line unit testKevin Van Brunt2018-04-021-0/+10
* Removed unnecessary sorting and duplicate removal from the completers since allKevin Van Brunt2018-03-311-10/+18
* Simplified how to add tab completion to a subcommandKevin Van Brunt2018-03-281-8/+14
* Fixed a case where display_matches wasn't being set. Added unit tests.Kevin Van Brunt2018-03-271-10/+44
* Reorganized some unit testsKevin Van Brunt2018-03-271-4/+43
* Added more unit testsKevin Van Brunt2018-03-271-1/+16
* Added unit testsKevin Van Brunt2018-03-271-16/+69
* Fixed indexing bug and unit testKevin Van Brunt2018-03-261-2/+2
* Removed unit testKevin Van Brunt2018-03-251-11/+0
* Fixing unit testsKevin Van Brunt2018-03-251-131/+78
* Merge branch 'master' into new_quoted_completionKevin Van Brunt2018-03-231-3/+4
|\
| * Fixed check for whether a subcommand was enteredKevin Van Brunt2018-03-231-4/+5
* | Added shell_cmd_complete() as a stand alone tab-completion function.Kevin Van Brunt2018-03-231-50/+9
* | Fixed unit testsKevin Van Brunt2018-03-221-5/+10
* | Increased coverage of completion testsKevin Van Brunt2018-03-221-56/+105
* | All existing tab completion unit tests workKevin Van Brunt2018-03-211-166/+42
* | Finished subcommand completion unit testsKevin Van Brunt2018-03-211-80/+28
* | Finished basic, flag, and index completion unit testsKevin Van Brunt2018-03-211-67/+36
* | Fixed all path matching unit testsKevin Van Brunt2018-03-211-25/+7
* | More unit test updatesKevin Van Brunt2018-03-211-18/+19
* | More unit test fixingKevin Van Brunt2018-03-211-27/+10
* | Merge branch 'master' into new_quoted_completionKevin Van Brunt2018-03-211-1/+13
|\ \ | |/
| * Fix unit tests on macOS when gnureadline is installedTodd Leonhardt2018-03-211-1/+13
| * Increased test coverageKevin Van Brunt2018-03-181-2/+11
| * 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
* | Updating unit tests for new tab completion behaviorKevin Van Brunt2018-03-211-115/+63
* | Fixed some unit testsKevin Van Brunt2018-03-201-3/+3
* | Fixed unit testKevin Van Brunt2018-03-191-1/+1
* | Updated unit tests to reflect new completion behaviorKevin Van Brunt2018-03-191-149/+16
* | Unit test for cursor right after closing quoteKevin Van Brunt2018-03-191-0/+27
* | More quoted completion unit testsKevin Van Brunt2018-03-191-2/+6
* | Added unit tests for completions with quotesKevin Van Brunt2018-03-191-0/+25
* | Allowing quotes in help commandKevin Van Brunt2018-03-191-5/+4
* | Added unit tests for new completersKevin Van Brunt2018-03-191-0/+29
* | Updated remaining completion functions to handle spaces within quotesKevin Van Brunt2018-03-181-11/+11
* | Merging in testsKevin Van Brunt2018-03-181-2/+11
* | Merging stuff from other branchesKevin Van Brunt2018-03-181-16/+17
* | Merge branch 'master' into quoted_completionTodd Leonhardt2018-03-181-2/+2
|\ \ | |/
| * Fixed indexes in unit testsKevin Van Brunt2018-03-181-3/+3
* | Backing up workKevin Van Brunt2018-03-181-9/+18
* | First version of allowing quotes in tab completionKevin Van Brunt2018-03-171-8/+8
|/
* 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
* 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-161-2/+37
* More unit test fixesKevin Van Brunt2018-03-161-3/+9
* No longer need to manually specify subcommand names for tab completionKevin Van Brunt2018-03-141-4/+1
* missing args in calling completenamesAlberto Sartori2018-03-121-21/+265