summaryrefslogtreecommitdiff
path: root/tests/test_argparse_completer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed unit testsKevin Van Brunt2019-07-201-6/+15
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-4/+4
* Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-181-12/+12
* Added unit tests to cover invalid subcommand names in completionsKevin Van Brunt2019-07-161-1/+24
* Renamed matches_sort_key to default_sort_key and using it to sort additional dKevin Van Brunt2019-07-151-7/+7
* Added ability to specify nargs ranges with no upper boundKevin Van Brunt2019-07-151-9/+2
* 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-121-11/+11
* 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
* More unit testsKevin Van Brunt2019-07-101-123/+36
* Small refactoringKevin Van Brunt2019-07-101-2/+2
* 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
* Refactoring and more unit testsKevin Van Brunt2019-07-051-30/+58
* Reorganized argparse completion and custom unit testsKevin Van Brunt2019-07-051-0/+290