summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-4/+4
* Made three public attributes of cmd2.Cmd no longer settable at runtime by end...Todd Leonhardt2020-01-271-6/+2
* Merge branch 'master' into ansi_to_styleKevin Van Brunt2019-12-191-45/+26
|\
| * Updating unit testsKevin Van Brunt2019-12-171-0/+15
| * Updating unit testsKevin Van Brunt2019-12-171-45/+11
* | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-34/+34
|/
* Added apply_style to pwarning()Kevin Van Brunt2019-11-231-0/+44
* Updating unit testsKevin Van Brunt2019-11-171-0/+12
* Updating unit testsKevin Van Brunt2019-11-171-0/+18
* Updating unit testsKevin Van Brunt2019-11-171-118/+74
* Updating unit testsKevin Van Brunt2019-11-161-43/+45
* Moving a bit of code around to shrink cmd2.pyKevin Van Brunt2019-10-311-2/+2
* Added unit testsKevin Van Brunt2019-09-241-0/+25
* Added in_script() and in_pyscript() to cmd2.Cmd classKevin Van Brunt2019-09-231-1/+19
* No longer printing all help text for alias and macro when the subcommand is o...Kevin Van Brunt2019-09-171-2/+4
* Make pyperclip failure error message more specificTodd Leonhardt2019-09-041-1/+1
* No longer treating empty text scripts as an error conditionKevin Van Brunt2019-08-081-1/+1
* Do not print traceback warning text if debug is not a settable parameterKevin Van Brunt2019-08-081-0/+11
* Merge branch 'master' into verify_command_namesTodd Leonhardt2019-08-071-1/+16
|\
| * Disabled tab completion during a select call.Kevin Van Brunt2019-08-071-1/+16
* | Verifying command names in __init__Kevin Van Brunt2019-08-071-0/+4
|/
* Removed ability for aliases and macros to share names with commandsKevin Van Brunt2019-08-051-38/+8
* Fixed inconsistent parsing/tab completion behavior based on the value of `all...Kevin Van Brunt2019-08-021-1/+1
* Updated unit testsKevin Van Brunt2019-07-241-7/+6
* Added unit testsKevin Van Brunt2019-07-241-8/+35
* Added unit testsKevin Van Brunt2019-07-241-2/+32
* Fixed bug where completer function of disabled command would still runKevin Van Brunt2019-07-241-33/+78
* Removed restriction on macros named after non-multiline commandsKevin Van Brunt2019-07-231-3/+36
* Fixed issue where run_pyscript failed if the script's filename had a spaceKevin Van Brunt2019-07-231-11/+1
* Changed error messagesKevin Van Brunt2019-07-211-2/+2
* Added unit testKevin Van Brunt2019-07-211-0/+15
* Added mock to unit testKevin Van Brunt2019-07-201-0/+3
* Added unit test for run_scriptKevin Van Brunt2019-07-201-0/+6
* 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