summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-193-31/+31
* Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-182-28/+29
* Added unit tests for tab completing multiline commandsKevin Van Brunt2019-07-171-10/+46
* Added unit tests to cover invalid subcommand names in completionsKevin Van Brunt2019-07-161-1/+24
* Skipping unit test on non-Windows because of unreliable behavior on TravisCI ...Kevin Van Brunt2019-07-161-1/+2
* Merge branch 'master' into default_sort_keyKevin Van Brunt2019-07-161-4/+4
|\
| * Fixed documentation for run_script and renamed history optionKevin Van Brunt2019-07-161-4/+4
* | Moved the sorting of shortcuts into StatementParser which allows users to pas...Kevin Van Brunt2019-07-162-2/+2
* | Renamed matches_sort_key to default_sort_key and using it to sort additional dKevin Van Brunt2019-07-152-10/+10
|/
* Changed format of help where nargs is a number greater than 1Kevin Van Brunt2019-07-151-33/+28
* More unit testsKevin Van Brunt2019-07-151-9/+47
* Added unit testsKevin Van Brunt2019-07-151-10/+55
* Added ability to specify nargs ranges with no upper boundKevin Van Brunt2019-07-152-27/+17
* Make max_completion_items settableKevin Van Brunt2019-07-152-0/+3
* Made a few module functions protectedKevin Van Brunt2019-07-151-18/+18
* Added more hint unit testsKevin Van Brunt2019-07-121-29/+46
* Simplified unit testsKevin Van Brunt2019-07-121-19/+3
* More unit testsKevin Van Brunt2019-07-121-0/+3
* More unit testsKevin Van Brunt2019-07-121-1/+17
* Added unit tests for unfinished flag errorsKevin Van Brunt2019-07-121-7/+46
* Renamed Cmd2ArgParser to ArgParserKevin Van Brunt2019-07-122-25/+24
* Refactored much of AutoCompleter.complete_command.Kevin Van Brunt2019-07-111-22/+31
* Removed unused code and add unit testKevin Van Brunt2019-07-111-0/+30
* Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-112-4/+4
|\
| * Restore self.statement_parser to a public attribute in cmd2.CmdTodd Leonhardt2019-07-102-4/+4
* | More unit testsKevin Van Brunt2019-07-101-123/+36
* | Small refactoringKevin Van Brunt2019-07-101-2/+2
* | Added unit tests for argparse_custom.pyKevin Van Brunt2019-07-101-7/+101
* | Added unit testsKevin Van Brunt2019-07-101-1/+17
* | Fixed some double-dash handling logic added unit testsKevin Van Brunt2019-07-101-45/+57
* | Fixed bug where -- wasn't stopping a REMAINDER flag and did a lot of refactoringKevin Van Brunt2019-07-101-4/+8
* | Added some tests for REMAINDER flagsKevin Van Brunt2019-07-101-8/+29
* | Resetting consumed arguments list each time a flag is usedKevin Van Brunt2019-07-081-16/+79
* | Added code to handle flags with action set to append, append_const, and count...Kevin Van Brunt2019-07-081-22/+22
* | Fixed issue where -- was not handled properly in AutoCompleter when the parse...Kevin Van Brunt2019-07-081-38/+44
* | More unit testsKevin Van Brunt2019-07-081-1/+24
* | More unit testsKevin Van Brunt2019-07-071-6/+11
* | More unit testsKevin Van Brunt2019-07-071-8/+31
* | More argparse completer unit testsKevin Van Brunt2019-07-071-24/+65
* | Moved all custom argparse classes intended for normal development to argparse...Kevin Van Brunt2019-07-071-3/+6
* | Hiding flags that have help value of SUPRESSED in tab completion resultsKevin Van Brunt2019-07-071-0/+91
* | More unit testsKevin Van Brunt2019-07-061-32/+54
* | Fixed issue where default descriptive header wasn't set correctlyKevin Van Brunt2019-07-061-2/+2
* | More unit testsKevin Van Brunt2019-07-061-5/+60
* | Updating unit testsKevin Van Brunt2019-07-061-62/+94
* | Added ability to limit how many CompletionItems display at a timeKevin Van Brunt2019-07-061-1/+1
* | Display set command tab-completion results as CompletionItemsKevin Van Brunt2019-07-061-16/+14
* | Made alias and macro tab completion lookup results use CompletionItemsKevin Van Brunt2019-07-061-4/+17
* | Refactoring and more unit testsKevin Van Brunt2019-07-051-30/+58
* | Reorganized argparse completion and custom unit testsKevin Van Brunt2019-07-052-16/+15