summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Updated unit testKevin Van Brunt2019-05-051-6/+6
* | Broke _complete_statement into 2 functions.Kevin Van Brunt2019-05-051-0/+5
* | Macros can now share their name with a commandKevin Van Brunt2019-05-021-5/+0
* | Macro resolution now occurs during parsingKevin Van Brunt2019-05-021-1/+1
|/
* Pyscript now saves command output during the same period that redirection doesKevin Van Brunt2019-04-101-3/+2
* Added unit testKevin Van Brunt2019-03-271-0/+9
* Fixed unit test on WindowsKevin Van Brunt2019-03-201-1/+1
* Made run_cmd return out and errKevin Van Brunt2019-03-201-352/+293