summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Simplifying unit tests for AutoCompleterKevin Van Brunt2019-07-051-199/+228
* | Fixed unit testsKevin Van Brunt2019-07-051-100/+1
* | Fixing unit testsKevin Van Brunt2019-07-041-9/+10
* | Fixing unit testsKevin Van Brunt2019-07-041-5/+4
* | Moved basic_complete to utilsKevin Van Brunt2019-07-021-5/+5
|/
* Whitespace and doc fixesKevin Van Brunt2019-07-011-1/+1
* Modified async_alert_str to also get passed the number of terminal columns an...Todd Leonhardt2019-07-011-0/+11
* Merge branch 'master' into colorama_encapsulationTodd Leonhardt2019-06-301-1/+74
|\
| * Added unit tests for _redirect_completeKevin Van Brunt2019-06-301-1/+74
* | Initial changes for encapsulation of colorama usage within ansi.pyTodd Leonhardt2019-06-301-13/+25
|/
* Added unit test for passing transcript_files during Cmd __init__Todd Leonhardt2019-06-291-2/+7
* Added unit test for startup_script functionalityTodd Leonhardt2019-06-292-0/+15
* Remove load, _relative_load, pyscript aliases whichTodd Leonhardt2019-06-292-17/+2
* Always set the canonical version allow_ansi' string valueKevin Van Brunt2019-06-291-9/+16
* Handling alternate cases of allow_ansi valuesKevin Van Brunt2019-06-291-0/+3