summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into auto_completer_refactorKevin Van Brunt2019-07-111-2/+2
|\
| * Restore self.statement_parser to a public attribute in cmd2.CmdTodd Leonhardt2019-07-101-2/+2
* | 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
|/
* 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-291-0/+13
* Remove load, _relative_load, pyscript aliases whichTodd Leonhardt2019-06-291-12/+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
* Added validation when setting allow_ansiKevin Van Brunt2019-06-291-0/+14
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-16/+19
* Added unit tests for ansi.pyKevin Van Brunt2019-06-271-2/+2
* Made allow_ansi an application-wide setting and moved it to ansi.pyKevin Van Brunt2019-06-271-14/+10
* More replacing of 'colors' with 'allow_ansi'Kevin Van Brunt2019-06-261-4/+4
* Renamed colors setting to allow_ansiKevin Van Brunt2019-06-261-32/+32
* Changed signature of style() to allow for simpler calling and overriding of s...Kevin Van Brunt2019-06-261-2/+2
* Added TextStyle class and default implementations for various message types l...Kevin Van Brunt2019-06-261-2/+2
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-12/+12
* Renamed style_message to styleKevin Van Brunt2019-06-261-2/+2
* Removed color args from poutput since the style function is going to do more ...Kevin Van Brunt2019-06-251-4/+4
* Replaced more pexcept uses with perrorKevin Van Brunt2019-06-251-3/+3
* Revert change in test_poutput_color_alwaysDaniel Ahn2019-06-241-1/+1
* Initial Commit for Issue 698xNinjaKittyx2019-06-241-8/+6
* Made last_result public and restored the initialization of it in __init__ and...Todd Leonhardt2019-06-231-12/+12
* Added verify_help_text() helper function for tests and removed BASE_HELP and ...Todd Leonhardt2019-06-151-108/+38
* Updated CHANGELOG and made some more methods protectedTodd Leonhardt2019-06-151-3/+3
* Made more methods protectedTodd Leonhardt2019-06-151-3/+3
* Began work to minimize public APITodd Leonhardt2019-06-151-5/+5
* Fix unit test failures I introduced in last commitTodd Leonhardt2019-06-151-1/+1
* Added unit testsKevin Van Brunt2019-06-151-3/+12
* Updated unit testsKevin Van Brunt2019-06-151-34/+1
* Fixing unit testsKevin Van Brunt2019-06-151-53/+31
* Fixed unit testsKevin Van Brunt2019-06-151-21/+24
* Fixing unit testsKevin Van Brunt2019-06-151-2/+2
* Merge branch 'master' into history_fixesKevin Van Brunt2019-06-141-129/+130
|\
| * Fixed unit testsKevin Van Brunt2019-06-121-44/+41
| * Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-15/+18
| * Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
| * Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...Kevin Van Brunt2019-06-071-1/+0
| * Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...Kevin Van Brunt2019-06-041-1/+2
| * Removed most return statements from finally blocks to avoid hiding exceptionsKevin Van Brunt2019-05-241-5/+10
| * Change load to run scripts immediately instead of queueing commandsKevin Van Brunt2019-05-231-66/+65
* | Added unit test for _input_line_to_statementKevin Van Brunt2019-06-141-0/+14
|/
* Refactor exit_code implementationTodd Leonhardt2019-05-201-4/+2
* Added unit testKevin Van Brunt2019-05-131-0/+15
* Removed unused codeKevin Van Brunt2019-05-131-1/+0
* Added capability to redirect pipe commands and chain them togetherKevin Van Brunt2019-05-071-1/+1
* Merge branch 'master' into macro_refactorKevin Van Brunt2019-05-061-7/+7
|\
| * ACArgumentParser no longer prints complete help text when a parsing error occursKevin Van Brunt2019-05-061-7/+7